Open anguswg-ucsb opened 2 months ago
There is a known numpy / pandas version issue going on in the main AWS Lambda function that pulls data from the Airtable and puts it into the data processing pipeline.
numpy
pandas
The error is being tracked in this numpy #26710 issue SO post
I am working on a fix. Most advice recommends to pin the numpy and pandas versions but I haven't had luck with the suggestions I've seen so far.
There is a known
numpy
/pandas
version issue going on in the main AWS Lambda function that pulls data from the Airtable and puts it into the data processing pipeline.The error is being tracked in this numpy #26710 issue SO post
I am working on a fix. Most advice recommends to pin the
numpy
andpandas
versions but I haven't had luck with the suggestions I've seen so far.