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
xpq read
Hi! Thanks for creating xpq! I find it much faster than the Python alternative and I recommend it to my friends.
One issue I have with it is that I don't know how to make xpq read display all rows. Currently I'm running the following hack:
xpq read file.parquet -l 99999999999 -f csv
Ideally I'd love to not have to type as much because it feels like a pretty fundamental use case. How do you feel about it?
The text was updated successfully, but these errors were encountered:
Hi,
I think it makes sense.. Can't think of a good reason not to allow that.
The limit is currently applied here : https://github.com/FabioBatSilva/xpq/blob/master/src/command/read.rs#L64
Sorry, something went wrong.
No branches or pull requests
Hi! Thanks for creating xpq! I find it much faster than the Python alternative and I recommend it to my friends.
One issue I have with it is that I don't know how to make
xpq read
display all rows. Currently I'm running the following hack:Ideally I'd love to not have to type as much because it feels like a pretty fundamental use case. How do you feel about it?
The text was updated successfully, but these errors were encountered: