Good morning, I have a data frame with air temperature, global radiation and CO2, but my CO2 data is with NaN and I need to find data in other "lines" similar to fill the Nan with the CO2 data.
import numpy as np
import pandas as pd
df...
asked by
13.03.2017 / 14:16