My dataframe looks like this:
colnames:
state city name_of_company 11/22 11/23 11/24
ga atlanta name NA NA 1
ny newyork name NA .75 1
I am trying to create a new column that contains the dates that correspond to the first non NA value in each row. I have no clue how to do this, so any help is greatly appreciated.