act-now-coalition / covid-data-model

Data backend providing computed data for the graphs displayed at https://covidactnow.org
https://covidactnow.org/
MIT License
149 stars 57 forks source link

remove check_less_precise, deprecated in pandas 1.1 #1126

Closed TomGoBravo closed 3 years ago

TomGoBravo commented 3 years ago

I ran into deprecated check_less_precise when upgrading to pandas 1.2. This removes use of it, which works in our current pandas 1.0 and 1.2. Also removes one use of low_memory which also caused a problem in 1.2.