0

I'm new to Jupyter Notebooks and I was wondering if there is a way to save my (Preprocessed Data) instead of re running the file each time. I'm working on a NLP project where steps like (Lemmatization and Tokenization) takes a huge amount of time. so I don't want to re run the file each time I open it.

Thanks,

1 Answers1

0

Since you've mentioned Dataframe in the topic, you should check: How to store a dataframe using Pandas

If there is some different requirement, please specify.

MrRaghav
  • 335
  • 3
  • 11