A library to reduce memory consumption of Pandas Dataframes
Project description
pandiet
A library to reduce memory consumption of Pandas Dataframes
Installation
pip install pandiet
Usage
import pandas as pd
from pandiet import Reducer # supported from v0.1.2
# from pandiet.core import Reducer
df = pd.read_csv('https://raw.githubusercontent.com/bundgus/pydata2parquet/master/Most-Recent-Cohorts-Scorecard-Elements.csv')
df_reduced = Reducer().reduce(df, verbose=True)
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
pandiet-0.1.9.tar.gz
(5.2 kB
view details)
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 pandiet-0.1.9.tar.gz.
File metadata
- Download URL: pandiet-0.1.9.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d9fecf5d55c982eca20cef16ded2cbf05e3cab98f58e3d167ba3d3a9aff8318
|
|
| MD5 |
00b1e988e9299eb78a2d08c68a8b9653
|
|
| BLAKE2b-256 |
6ab009e1ec555b16e77a0af42e58810f1bb5a9e9910a3bc6a5fce92d19d82728
|
File details
Details for the file pandiet-0.1.9-py3-none-any.whl.
File metadata
- Download URL: pandiet-0.1.9-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dff08b3f11595704adb6d6a6eba08e92be8813a8c84f014b06d495f6f81fd46c
|
|
| MD5 |
89d88c311127e22f2cbc0b82053e194a
|
|
| BLAKE2b-256 |
6659a76c929ee5091ec49e7a5fa8bd50ef5396e219473aa943ac1222736e0ac7
|