datasciencecampus / pygrams

Extracts key terminology (n-grams) from any large collection of documents (>1000) and forecasts emergence
https://datasciencecampus.github.io/pygrams
Other
63 stars 23 forks source link

reduce df size: store dates as ints #273

Closed thanasions closed 5 years ago

thanasions commented 5 years ago

at the moment date objects are huge and slow to process. Change with ints that we already use down the line

IanGrimstead commented 5 years ago

Created branch 273-dates-as-ints