Skip to main content

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

This version

0.1

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page