Skip to content

Instantly share code, notes, and snippets.

@viktor-ferenczi
viktor-ferenczi / pdio.py
Last active September 8, 2017 22:50 — forked from luispedro/pdio.py
Save & load from a pandas DataFrame/Series
"""Saving and loading Pandas DataFrame and Series objects
Tested with Python 3.6.1 on 64 bit Windows 10
Original blog post: https://metarabbit.wordpress.com/2013/12/10/how-to-save-load-large-pandas-dataframes/
Original Gist was for Python 2.7: https://gist.github.com/luispedro/7887214
"""
import io