Forums

Download Pickle?

Hello,

I am saving my MultiIndexed DataFrame to a pickle file, so that it can be downloaded locally and used in other applications that I don't have here on the cloud. However, when I try to download the pickle file, it just opens up a browser page. How do I download the actual pickle file saved in my directory?

Thanks!

right click and save as

That downloads the html file. I'm on OSX using chrome, am I doing it wrong? Thanks for the help!

What is the name/path of the file you are trying to download?

It's in the main directory. Trying to download prices_df_compressed.csv or prices_df.p. I want to be able to do this without manually downloading, hopefully, but when I try to feed the address into pandas.read_csv(), it returns an error. When I click on the .p file it opens up a web page with text, and when I download it via right-click save link as, it saves at html.

sorry, to clarify, you should right-click the little download icon in the files menu, and use save-as on that...