Classes for data manipulation
Project description
Python Classes for Data Manipulation
dataiter currently includes the following classes.
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. Performance-wise dataiter relies on NumPy and
is likely to be at best comparable to Pandas.
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.
GeoJSON is a simple wrapper class that allows reading a GeoJSON
file into a DataFrame and writing a data frame to a GeoJSON file. Any
operations on the data are thus done with methods provided by the data
frame class. Geometry is read as-is into the "geometry" column, but no
special geometric operations are currently supported.
Installation
# Latest stable version
pip install -U dataiter
# Latest development version
pip install -U git+https://github.com/otsaloma/dataiter#egg=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.22.tar.gz.
File metadata
- Download URL: dataiter-0.22.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f82f76909b36fd8c8185bea80e4c4e96bc0acc20094fdfeda506bb50bbff972
|
|
| MD5 |
3cec8e94d53a77bc61ca9f8f0c435c52
|
|
| BLAKE2b-256 |
4ebe391437607611bda093cb8b78c309908441e3f9545b0b750d808971e074a8
|
File details
Details for the file dataiter-0.22-py3-none-any.whl.
File metadata
- Download URL: dataiter-0.22-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
487c0046fbad29b655618d8292011cfcaa3da40df0a8af19f8c22b2945459b9c
|
|
| MD5 |
6dfede6a18ac198c652db10a73770e93
|
|
| BLAKE2b-256 |
14fd62017528310d07c6101647948755b0848045f18d6c3731b7ec49b252dc81
|