Last updated:
0 purchases
pandiet 0.1.9
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)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.