sharkpredictor / debug_file.py
carnoba's picture
Upload 20 files
5a490ca verified
Raw
History Blame Contribute Delete
155 Bytes
with open('GSAF5.csv', 'rb') as f:
chunk = f.read(1000)
with open('debug_file.txt', 'w', encoding='utf-8') as f2:
f2.write(str(chunk))