This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""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 |