I have 2 dataframes:
FinalFrame:
Time | Monday | Tuesday | Wednesday | ...
and df (Where weekday is the current day, whether it be monday tuesday etc):
WEEKDAY
I want to append the weekday's data to the correct column. I will need to constantly keep appending weekdays data as weeks go by. Any ideas on how to tackle this?