Installation ============ Requirements ~~~~~~~~~~~~ To install ``akimbo`` you will need ``awkward`` and one of the backend libraries: ``pandas``, ``dask``, ``cuDF``, ``ray.data``, ``pyspark`` or ``polars``. Each of there have various installation options, please see their respective documentation. ``akimbo`` depends on ``pyarrow`` and ``awkward``. From PyPI ~~~~~~~~~ .. code-block:: none $ pip install akimbo From conda-forge ~~~~~~~~~~~~~~~~ .. code-block:: none $ conda install akimbo -c conda-forge .. raw:: html