-
Notifications
You must be signed in to change notification settings - Fork 35
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
Implement $sink_ndjson()
#681
Conversation
man/IO_sink_ndjson.Rd
Outdated
\arguments{ | ||
\item{path}{File path to which the result should be written.} | ||
|
||
\item{maintain_order}{Keep the same order as the original \code{DataFrame}. Setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this explanation appropriate for LazyFrame's methods?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was the same problem for other sink functions, I harmonized it to have "Lazyframe" instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
We might want to wait for the answer to this comment before merging: pola-rs/polars#13533 (comment)