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

Possibly add a qframe.ReadParquet method #18

Open
MrPowers opened this issue Mar 28, 2020 · 1 comment
Open

Possibly add a qframe.ReadParquet method #18

MrPowers opened this issue Mar 28, 2020 · 1 comment

Comments

@MrPowers
Copy link

I just wrote a blog post on how to convert a CSV to Parquet with Go and thought about how wonderful it would be to play with Parquet files in a Go DataFrame ;)

I doesn't look like the readCSV code is that complex.

Do you think parquet-go can be used to add this feature relatively easily?

@tobgu
Copy link
Owner

tobgu commented Mar 30, 2020

Hi,

Nice blog!

I think it should be doable to use something like parquet-go to read data into a qframe. As long as it's possible to get get data into the format of float64 and int slices it should be pretty straight forward to use in a performant way. Strings and enums internal representations are slightly custom for performance reasons but should be easy to convert to.

If you feel like having a go at it please do! I'd be happy to help out with questions, comments, etc.

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

No branches or pull requests

2 participants