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

Feature request: Capture Stream from write_parquet #83

Closed
olivermt opened this issue Nov 18, 2021 · 2 comments
Closed

Feature request: Capture Stream from write_parquet #83

olivermt opened this issue Nov 18, 2021 · 2 comments
Labels
kind:feature New feature or request

Comments

@olivermt
Copy link

Context: Be able to write stream to blob instead of having to roundtrip to disk, to allow for scenarios where you want fewer and bigger files

@cigrainger cigrainger added the kind:feature New feature or request label Nov 18, 2021
@cigrainger
Copy link
Member

What's the benefit here over just holding the dataframe in memory and appending to it until you're ready to write to disk?

@cigrainger
Copy link
Member

@olivermt I'm a bit unclear on this so going to close for now. If you can clarify a bit more for me I'd be very happy to reopen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants