write_pickle# write_pickle(data, filename)[source]# Serialize and write data to a file invalidating the input data. Parameters: dataiterable or objectThe data to be serialized. filenamestrThe name of the file where the serialized data will be written. See also load_pickle()