So I was previously running some code for a pollution dataset, and the code was running just fine. Now, I get this error: Colors must be aRGB hex values
The only line of code I have is the following:
pollution_jawn = pd.read_excel('ObservationData_irkfioc copy.xlsx')
I have no idea what the issue is, and I even tried deleting this file from my jupyterhub directory and uploading it, but even that did not work.
Had a similar issue after I updated to pandas 1.2.3. What worked for me is to specify
I suspect that the xlsx file I loaded used an older xls standard somewhere, since the option "
xlrdsupports old-style Excel files (.xls)" (from the docs)