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.