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

Dataframe extension for Chunk #1692

Closed
Tracked by #1898
teh-cmc opened this issue Mar 23, 2023 · 2 comments · Fixed by #6439
Closed
Tracked by #1898

Dataframe extension for Chunk #1692

teh-cmc opened this issue Mar 23, 2023 · 2 comments · Fixed by #6439
Assignees
Labels
🏹 arrow concerning arrow

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Mar 23, 2023

Provide extension to effortlessly:

  • turn a DataCell into a Series
  • turn a DataRow into a [Series]
  • turn a DataTable into a DataFrame
@teh-cmc
Copy link
Member Author

teh-cmc commented Jan 9, 2024

We don't want to use polars anymore, we want to use the native dataframe provided with the arrow-rs stack.

@teh-cmc teh-cmc changed the title polars extension for Data{Cell,Row,Table} Dataframe extension for Data{Cell,Row,Table} Jan 9, 2024
@teh-cmc teh-cmc changed the title Dataframe extension for Data{Cell,Row,Table} Dataframe extension for Chunk May 16, 2024
@teh-cmc
Copy link
Member Author

teh-cmc commented May 16, 2024

Data{Cell,Row,Table} are going away in favor the new Chunks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏹 arrow concerning arrow
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant