Source: python-raccoon Maintainer: Akash Doppalapudi Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-setuptools, python3-all Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://github.com/rsheftel/raccoon Vcs-Git: https://salsa.debian.org/debian/python-raccoon.git Vcs-Browser: https://salsa.debian.org/debian/python-raccoon Testsuite: autopkgtest-pkg-python Package: python3-raccoon Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python DataFrame with fast insert and appends (Python 3) Lightweight DataFrame and Series implementation inspired by the phenomenal Pandas package for the one use case where Pandas is known to be sub-optimal: DataFrames that grow in size by rows frequently in the code. Additionally Raccoon DataFrames can be parametrized to be sorted so that additions to the DataFrame keep the index in sorted order to speed inserts and retrievals.