Skip to content

Remove Series class in favor of encouraging pd.col usage #27

Description

@tswast

Series objects encourage bad habits like relying on implicit joins on index columns. Instead, prefer https://pandas.pydata.org/docs/dev/reference/api/pandas.col.html which aligns closer to the ibis way of doing things.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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