Overview
Supporting dates from before CE/AD requires something other than Python's default date-handling library. These dates would probable be specified as "negative" dates (e.g. https://en.wikipedia.org/wiki/ISO_8601#Years)
Originally: frictionlessdata/datapackage#386 (comment)
Pandas (via NumPy) supports BCE dates:
https://docs.scipy.org/doc/numpy/reference/arrays.datetime.html
Comes up in the context of the CMOA Collection data
@workergnome ...The non-castable value is going to be a problem—we do have to deal with dates BCE.
Overview
Supporting dates from before CE/AD requires something other than Python's default date-handling library. These dates would probable be specified as "negative" dates (e.g. https://en.wikipedia.org/wiki/ISO_8601#Years)
Originally: frictionlessdata/datapackage#386 (comment)