File: control

package info (click to toggle)
python-raccoon 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 372 kB
  • sloc: python: 3,463; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-raccoon
Maintainer: Sebastien Delafond <seb@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools, python3-all, python3-pytest, python3-tabulate
Standards-Version: 4.6.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.