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
ValueError
For w/e reason pl.DataFrame.from_arrow doesn't seem to recognize the schema on pa.Table... at least when constructed inside of rust :/
pl.DataFrame.from_arrow
pa.Table
In [7]: df.to_polars() --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-7-69a42c23f8e0> in <cell line: 0>() ----> 1 df.to_polars() ~/miniconda3/envs/biobear/lib/python3.11/site-packages/pyarrow/table.pxi in pyarrow.lib.Table.from_batches() ValueError: Must pass schema, or at least one RecordBatch
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For w/e reason
pl.DataFrame.from_arrow
doesn't seem to recognize the schema onpa.Table
... at least when constructed inside of rust :/The text was updated successfully, but these errors were encountered: