A fast table-like container for data analytics
Project description
Gtable is a container for tabular or tabular-like data designed with speed in mind. It tries to improve one some aspects of using pandas data types Series and DataFrame as containers for simple computations:
It Reduces the overhead for column access, creation, and concatenation.
It supports sparse data with bitmap indexing.
It truly handles NaNs, making a difference between a NaN and a NA in its internal representation.
It provides fast transformations (filling NA values, filtering, joining…)
It also relies heavily on numpy. You can consider gtable as a thin layer over numpy arrays.
You can install gtable with a simple pip install gtable. Gtable is an open-source project released under a BSD 3-Clause license. You can read the full documentation here.
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
File details
Details for the file gtable-1.1.0.tar.gz
.
File metadata
- Download URL: gtable-1.1.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bce19a1f62fe35998c02251e47fb914bc45179c33738b8225af0d5333118007 |
|
MD5 | e63dce3602e3f01bed6ad07b2cff2f96 |
|
BLAKE2b-256 | 738023f42abd086d93d0040c1815dbf06e1e7f3e646ed889d4f7cdd71ca9f4ab |