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

Creating DataFrame based on runtime metadata #16

Open
andre2007 opened this issue Oct 9, 2020 · 0 comments
Open

Creating DataFrame based on runtime metadata #16

andre2007 opened this issue Oct 9, 2020 · 0 comments

Comments

@andre2007
Copy link

I am using the Apache Arrow C library to read parquet files (https://github.com/apache/arrow/blob/master/c_glib/parquet-glib/).
Based on the columns of the parquet file I want to create a DataFrame (schema not known at compile time).
Is this is possible? I only see examples of creating the DataFrame with schema known at compile time, like

DataFrame!(int, 2, double, 1) df;
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

1 participant