Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

read pickle file python

import pandas as pd
#the object type is the one defined in the pickle, it is not a dataframe
object = pd.read_pickle(r'filepath')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #read #pickle #file #python
ADD COMMENT
Topic
Name
2+4 =