I have many data frames containing information about airports organized by day.
- One data frame will have 500 airports
- another will have 498 airports of the same names minus 2
- another will have 505 airports of the same names plus 5
etcetera.
I want to merge all the data frames
- so that the total number of airports will be labeled in individual rows
- the columns will be the data for each airport organized by day
- if there is no data for an airport on a given day, I want it to say NAN
Is there any way to do this?