Closed BobBorges closed 1 month ago
Do we need to pickle? CSV would be fine by me for our purposes.
pickle reads in faster, and you can't accidentally change the delimiter by opening it in libre office
I have slowly become afraid of binary data types. You never know what they are hiding in them.
But if this does make your workflow faster / easier then we can do it.
could always throw in a try: read_csv except: read_pickle if you want to use csv.
load_Corpus_metadata takes a long time, here we can load the medatata db from a previously saved pickle