How to extract .dat file using python?

359 Views Asked by At

i am trying to load .dat file to csv file but i am getting multiple errors. i am trying to write this below code import pickle as cPickle x = cPickle.load(open('s01.dat', 'rb'))

but my error is "no such file or directory: 's01.dat' kindly help me. if you say i can share s01.dat file as well.

0

There are 0 best solutions below