You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an error reading a GEOS-Chem bpch file after upgrading to Pandas to 1.1.0. I traced the problem to this section of code in util/diaginfo.py:
I ran into an error reading a GEOS-Chem bpch file after upgrading to Pandas to 1.1.0. I traced the problem to this section of code in util/diaginfo.py:
Before that code is executed tracer_df correctly stores tracerinfo.dat content:
Following the apply, all rows are for ACET which is wrong:
I was able to fix it by initializing the new column 'hydrocarbon' prior to the apply:
I downgraded my pandas version to 0.25.1 and verified this was not necessary in that older version, but it is in the new version.
Here is the error message I got to help others find this issue via search:
The text was updated successfully, but these errors were encountered: