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

Add Apache Arrow support #28

Closed
2 tasks done
parafoxia opened this issue Mar 25, 2022 · 1 comment
Closed
2 tasks done

Add Apache Arrow support #28

parafoxia opened this issue Mar 25, 2022 · 1 comment
Labels
feature Something new
Milestone

Comments

@parafoxia
Copy link
Owner

Summary

Apache Arrow is a commonly used data processing platform. While I'm not particularly smitten with the platform itself, the Feather format that comes with it is seriously nice, and definitely worth including natively.

Conversions should be made to:

  • Arrow Tables
  • Feather files
  • Parquet files

Why?

Having these methods allows developers to utilise these tools without having to install pandas.

Ideal implementation

Report.to_arrow_table
Report.to_feather
Report.to_parquet

Additional information

No response

Contribution

  • I wish to contribute this feature.

Checklist

  • I have searched the issue tracker for duplicate issues and couldn't find any. If this is a follow-up issue, I have specified as such.
@parafoxia parafoxia added the feature Something new label Mar 25, 2022
@parafoxia parafoxia added this to the v3.2 milestone Mar 25, 2022
@parafoxia
Copy link
Owner Author

Closed in e4b3b78.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new
Projects
None yet
Development

No branches or pull requests

1 participant