Skip to main content

reduce memory usage

Project description

Build Status PyPI - Downloads Coverage Status codebeat badge

requirements

  • Pandas
  • Numpy

installation

pip install fast_csv

!pip install fast_csv for Google Colab or Kaggle notebook

usage

import fast_csv as fc
data = fc.read_csv('$PATH/$FILE.csv')
import pandas as pd
import fast_csv as fc

data = fc.reduce_df(pd.DataFrame())

vs pd.read_csv

See data.info()

  • it reduces 50% of memory usage on average
  • it reduces 90%+ of memory usage on a good day

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fast_csv-1.3.4-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page