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

Have Missing Return Empty no ValueError #83

Closed
tshauck opened this issue Jan 23, 2024 · 0 comments · Fixed by #92
Closed

Have Missing Return Empty no ValueError #83

tshauck opened this issue Jan 23, 2024 · 0 comments · Fixed by #92

Comments

@tshauck
Copy link
Member

tshauck commented Jan 23, 2024

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 :/

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
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

Successfully merging a pull request may close this issue.

1 participant