Classes for data manipulation
Project description
Python Classes for Data Manipulation
dataiter currently includes classes DataFrame and ListOfDicts.
DataFrame is a class for tabular data similar to R's data.frame
or pandas.DataFrame. It is under the hood a dictionary of NumPy arrays
and thus capable of fast vectorized operations. You can consider this to
be a very experimental, very light-weight alternative to Pandas with a
simple and consistent API.
ListOfDicts is a class useful for manipulating data from JSON
APIs. It provides functionality similar to libraries such as
Underscore.js, with manipulation functions that iterate over the data
and return a shallow modified copy of the original. attd.AttributeDict
is used to provide convenient access to dictionary keys.
Installation
pip install dataiter
Documentation
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dataiter-0.12.tar.gz.
File metadata
- Download URL: dataiter-0.12.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4abd1b8d418afc5fc6a87c502614f3762d4509cf4a57b94d02f5e8d8bc6add7
|
|
| MD5 |
e77f7941024fb2c8143e5544632b43b7
|
|
| BLAKE2b-256 |
68bacfbf870abd31e3536f06a9291c7e09b444f05918d1fcf1ec11b9788a03c3
|
File details
Details for the file dataiter-0.12-py3-none-any.whl.
File metadata
- Download URL: dataiter-0.12-py3-none-any.whl
- Upload date:
- Size: 24.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f77834f748b2fc386dff3ccfc3ff23a9278deb66fd362d6d4360e980bb1bfa13
|
|
| MD5 |
e08aa03d55060e89b66b5be7ded48387
|
|
| BLAKE2b-256 |
c63f70faa4f36a9315f95a806fd13b5a8cd47ec4cc4e4020aa9d54a2ea1fdb31
|