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: add serialiser for Polars using Dataframe Interchange Protocol #298

Conversation

FabienArcellier
Copy link
Collaborator

@FabienArcellier FabienArcellier commented Mar 12, 2024

I replaced pandas serialization with the use of the Dataframe Interchange Protocol. It made it possible to cover polars at the same time. I have added unit test for polars to ensure it serialize.

  • feat: implement the usage of dataframe interchange protocol for serialization

implement #222


The hello application using dataframe part is still running.

Peek 2024-03-12 08-10

* feat: implement the usage of dataframe interchange protocol for serialization
@FabienArcellier FabienArcellier added the enhancement New feature or request label Mar 12, 2024
@ramedina86 ramedina86 merged commit f08da6d into writer:dev Mar 12, 2024
15 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants