Skip to content

Instantly share code, notes, and snippets.

View thoo's full-sized avatar

Thein Oo thoo

  • University of Pittsburgh Medical Center
  • Pittsburgh, PA
View GitHub Profile
@thoo
thoo / pandas_validation_errors.ipynb
Created February 4, 2019 02:28 — forked from kynan/pandas_validation_errors.ipynb
Pandas documentation validation errors
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thoo
thoo / pickle
Last active February 22, 2019 21:23
#save_object #pickle
# pickle has a bug which won't let you save more than large (GB) files
import joblib
def save_obj(obj, name, name_dir='data' ):
"""
Save to pickle.
Parameters
----------
obj : any object