Release v0.3.3 (What’s new?).
Welcome to polars_writer Documentation¶
polars_writer is a library that allows defining methods like polars.DataFrame.write_csv and polars.DataFrame.write_json using a pure JSON-friendly parameter format. The purpose of this library is to provide an interface independent of the Python language itself, allowing users to directly define the behavior of polars writers using JSON. This library is intended to be used in some end-user facing data products.
See Usage example
Install¶
polars_writer is released on PyPI, so all you need is to:
$ pip install polars-writer
To upgrade to latest version:
$ pip install --upgrade polars-writer