Release v0.3.3 (What’s new?).

Documentation Status https://github.com/MacHu-GWU/polars_writer-project/actions/workflows/main.yml/badge.svg https://codecov.io/gh/MacHu-GWU/polars_writer-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/polars-writer.svg https://img.shields.io/pypi/l/polars-writer.svg https://img.shields.io/pypi/pyversions/polars-writer.svg https://img.shields.io/badge/✍️_Release_History!--None.svg?style=social&logo=github https://img.shields.io/badge/⭐_Star_me_on_GitHub!--None.svg?style=social&logo=github
https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to polars_writer Documentation

https://polars-writer.readthedocs.io/en/latest/_static/polars_writer-logo.png

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

Table of Content

About the Author

(\ (\
( -.-)o
o_(")(")

Sanhe Hu is a seasoned software engineer with a deep passion for Python development since 2010. As an author and maintainer of 20+ open-source projects, I bring a wealth of experience to the table. As a Senior Solution Architect and Subject Matter Expert in Amazon Web Services, Cloud Engineering, DevOps, Big Data, and Machine Learning, I thrive on helping clients with platform design, enterprise architecture, and strategic roadmaps.

Talk is cheap, show me the code:

API Document