Closed
Description
Hi,
Pandas has in master refactored RangeIndex
to use a single python range
in a internal ._range
attribute, rather than three separate _start
, _stop
& _step
integer attributes. Those have been deprecated, emitting a DeprecationWarning
.
Public-facing start
, stop
& step
attributes have been added to RangeIndex
, and they replace the private ones.
If I understand it correctly, there has been some discussion with pandas maintainers about fastparquet could use those private attributes. If this change causes too much trouble, please let me know.
See pandas-dev/pandas#26581 for the relevant PR.
Metadata
Metadata
Assignees
Labels
No labels