Relative Content

Tag Archive for rustrust-polars

Rust Polars – Converting String Number to Binary

I’m using Rust Polars, and want to convert from a number stored as a string to a binary representation of the value as a binary column. This is so I can do some comparisons on IPv6 numbers, which are too big to store in the Polars Decimal type.

Write JSON to the cloud with Polars

I’m working with huge datasets and considering using Polars.
My goal is to write data in NDJSON format to S3. And it should be partitioned.
My data is usually much bigger than my SSD.