Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

read pickle file

with open('filename', 'rb') as f:
    x = pickle.load(f)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #read #pickle #file
ADD COMMENT
Topic
Name
9+6 =