Posts by Lucas Fagundes • 67 points
4 posts
-
2
votes2
answers972
viewsQ: Python fill values with data from other lines
Good morning, I’m having a major data failure problem in my df. I need to find the value of CO2 similar to that of another time using conditions that I am not able to do with the information on the…
-
1
votes2
answers397
viewsQ: Calculate how many Nan in each Python time
Good day, I have one DF where it has NaN And I need to count how many Nan I have at every hour. My df has a 31-day period. I believe I should use Groupby, but I’m not finding a way. import numpy as…
-
0
votes1
answer576
viewsQ: Filler
Good morning, I have a data frame with air temperature, global radiation and CO2, but my CO2 data are with NaN and I need to find data in other "lines" with similarity to fill Nan by CO2 data.…
-
3
votes1
answer790
viewsQ: How to change time, read and chart in MATLAB?
I am a meteorological student and analyze data from micrometeorological towers. On each line of my file, .csv has tower code, year, day and minute hour. 110,2015,005,2359 1º I would like to know how…