Right now I’m importing a fairly large CSV as a dataframe every time I run the script. Is there a good solution for keeping that dataframe constantly available in between runs so I don’t have to spend all that time waiting for the script to run?

13 Answers
13

Leave a Reply

Your email address will not be published. Required fields are marked *