Skip to content

Pandas 025 has made RangeIndex start, stop & step public and dropped the like-named internal atiributes #436

Closed
@topper-123

Description

@topper-123

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions