load_pickle#
- load_pickle(filename)[source]#
Load and deserialize data written by
write_pickle()
.- Parameters:
- filenamestr
The name of the file to read and deserialize data from.
- Returns:
- object or iterable
The deserialized data.
See also
Load and deserialize data written by write_pickle()
.
The name of the file to read and deserialize data from.
The deserialized data.
See also