We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi , I am really new here, I have this issue where i am not able to convert csv file to pickle file, please correct my code if I am wrong.
Should it be this : with open('ava_train_v2.csv', 'wb') as f: pickle.dump(ava_train_v2.csv, f)
or this ? with open('ava_train_v2.pkl', 'wb') as f: pickle.dump(ava_train_v2.pkl, f)
(https://user-images.githubusercontent.com/23328577/80235678-9b768280-868c-11ea-8e73-fcaaac3f851e.PNG)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi , I am really new here, I have this issue where i am not able to convert csv file to pickle file, please correct my code if I am wrong.
Should it be this :
with open('ava_train_v2.csv', 'wb') as f:
pickle.dump(ava_train_v2.csv, f)
or this ?
with open('ava_train_v2.pkl', 'wb') as f:
pickle.dump(ava_train_v2.pkl, f)
(https://user-images.githubusercontent.com/23328577/80235678-9b768280-868c-11ea-8e73-fcaaac3f851e.PNG)
The text was updated successfully, but these errors were encountered: