pandiet 0.1.9

Creator: codyrutscher

Last updated:

Add to Cart

Description:

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.