Source: python-raccoon Maintainer: Sebastien Delafond Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-setuptools, python3-all, python3-pytest, python3-blist, python3-tabulate Standards-Version: 4.4.1 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 Package: python3-raccoon Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources 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.