-
Notifications
You must be signed in to change notification settings - Fork 63
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 support for reading Parquet files #576
Comments
Thanks for the issue, could you please provide a use-case for this task? Do you have data in this format to explore? |
IMHO Parquet format is now a standard in term of data exchange format as it provides both good performance and good compression rate. Lot of data can be found in this format and it is supported by most data science tools. |
Can confirm, Parquet support would be nice, it's used a lot with Spark as well. |
I second this. Parquet format is massively popular when working with Spark and having this in Kotlin Dataframe would be great. |
No description provided.
The text was updated successfully, but these errors were encountered: