Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: switch DataFrame generic to its schema #307

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ugzuzg
Copy link

@Ugzuzg Ugzuzg commented Jan 26, 2025

This is a breaking change.

It feels more natural to express the genericness of a DataFrame through its schema rather than its similarity to a Record of Series. For example, joins then can be computed more easily, as we don't need to unpack each Series to rename them.

@Ugzuzg Ugzuzg force-pushed the feat/dataframe-typings branch from a0514ee to d83120a Compare January 26, 2025 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant