degauss-org / st_census_tract

link geocoded coordinates with date ranges to corresponding census tracts from the appropriate vintage
https://geomarker.io/st_census_tract
GNU General Public License v3.0
2 stars 0 forks source link

fails if less than 3 dates in inputs file #1

Closed cole-brokamp closed 2 years ago

cole-brokamp commented 2 years ago

I think this has to do with checking the formats of the dates?

✖ Your dates are not properly formatted. Here are the first 3 dates in your data.
2020/1/31, NA, and NA
ℹ Dates must be formatted as YYYY-MM-DD or MM/DD/YY. For help, please see Excel
formatting tips in the DeGAUSS wiki.

Should we change the criterion for checking dates if there are only 3 or less?

cole-brokamp commented 2 years ago

nevermind... 🤦