1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-raccoon
Maintainer: Akash Doppalapudi <akashdoppalapudi2001@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-setuptools,
python3-all
Standards-Version: 4.7.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.
|