Update interpolation in fill_from_pandas to handle NaN values#180
Update interpolation in fill_from_pandas to handle NaN values#180hmkhatri wants to merge 1 commit into
Conversation
Filter NaN values (if present in csv files) before interpolation to ensure valid results.
|
Hi Hemant, |
|
Hi @SallyDa, The added feature ensures that the |
|
Yes, I understand what you want to do, and good that you can already do it, with the preprocessing step. Normally FaIR requires users to be very conscious of their input data (i.e. checking and cleaning it before using it in the model), but I will leave @chrisroadmap to make the decision on this pull request. |
This pull request adds a feature that allows interpolation to ignore NaN values. Sometimes, CSV files containing emissions data may include NaN values for specific years.