Skip to content

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

@tswast

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions