We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently
df = mdf.to_dataframe()
returns a pandas DataFrame.
I would be great to support exporting Polars DataFrame natively for performance, thanks! ☺️
The text was updated successfully, but these errors were encountered:
@hongbo-miao please try the development branch
see
asammdf/src/asammdf/mdf.py
Line 4698 in f3328f8
Sorry, something went wrong.
Hi @danielhrisca I may have time recently to try on dev branch, but I trust your work! ☺️
No branches or pull requests
Currently
returns a pandas DataFrame.
I would be great to support exporting Polars DataFrame natively for performance, thanks!☺️
The text was updated successfully, but these errors were encountered: