Jhsmit / Jhsmit/PyHDX

FutureWarning: pandas indexing

Open
#308 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Jupyter Notebook
Stars
32
Forks
14
PR merge metrics
No merged PRs in 30d

Description

```
FutureWarning: The behavior of `series[i:j]` with an integer-dtype index is deprecated. In a future version, this will be treated as *label-based* indexing, consistent with e.g. `series[i]` lookups. To retain the old behavior, use `series.iloc[i:j]`. To get the future behavior, use `series.loc[i:j]`.
self.Z[row][i0 : i1 + 1] = _exchanges[i0 : i1 + 1]
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.