.. Chunking for Pandas documentation master file, created by
   sphinx-quickstart on Sun Dec 15 14:25:54 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Chunking for Pandas' documentation!
==============================================

A Python package for experimenting with different data chunking strategies.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   installation
   usage
   api

Features
--------

* Multiple chunking strategies (rows, columns, tokens, blocks, parallel strategies)
* Support for CSV, JSON, Parquet, and NumPy files
* Web interface using Gradio
* Comprehensive test suite

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

