Skip to content

CLEAN: Resolve Axis and AxisType #284

Closed
@Dr-Irv

Description

@Dr-Irv

In _typing.pyi, we have:

Axis = Union[str, int]
SeriesAxisType = Literal["index", 0]  # Restricted subset of _AxisType for series
AxisType = Literal["columns", "index", 0, 1]

There are 23 places (assuming I did grep correctly) where we use Axis, but can probably change this to AxisType in many (if not all) of them.

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