google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

How do you use this library with polars?

Open trickster opened this issue 1 year ago • 2 comments

I am using BigQuery read API, is there a way to populate batched row read into Polars dataframe?

trickster avatar Oct 08 '24 03:10 trickster

Currently, there is no function to convert directly. Perhaps a method to convert to an ArrowSchema would be possible with from_arrow, but it is not there yet.

yoshidan avatar Oct 08 '24 04:10 yoshidan

+1, need this method.

Akagi201 avatar Dec 27 '24 04:12 Akagi201