singularity-energy / open-grid-emissions

Tools for producing high-quality hourly generation and emissions data for U.S. electric grids
MIT License
67 stars 4 forks source link

Address inconsistent columns warning in `gridemissions` #315

Open grgmiller opened 7 months ago

grgmiller commented 7 months ago

When cleaning the EIA-930 data, the following warning is raised:

2023-06-09 18:15:39,608 [INFO] oge.eia930:155 Running physics-based data cleaning
2023-06-09 18:15:40,865 [WARNING] load:203 Inconsistent columns: set(NG_cols) != set(ID_cols2)

After updating our gridemissions dependency, we should look into this warning to understand why it is being raised and whether it will affect the data quality.