simpler and faster alternative to pandas
Project description
bears is a light alternative to pandas. Its main goal is to provide a columnar dataframe. Dataframe is a collection of columns. Each column is a numpy.ndarray.
The difference from pandas is as follows: - no fancy indexing - no label index / no active column - no implicit copy / expensive operation
You can - add/remove a column in O(1) - slice indexing / list indexing without copy - transpose the columnar dataframe to get the record-wise list
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bears-0.1.tar.gz
(2.2 kB
view details)
File details
Details for the file bears-0.1.tar.gz
.
File metadata
- Download URL: bears-0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9e43fd1d23d80519c92fe2f1b19452cae2ffaa930ad02965064d6e0b16f859b |
|
MD5 | f40a1b641ee85d154b84dac722a67c42 |
|
BLAKE2b-256 | 1b7301950abe4dd06bbdddcff62add56b63eb2d94cdb3efa7f45b563571ef033 |