I am a beginner in the study of programming and I have a question:
I need to merge two dataframes into the date column. A data frame shows information about a company that rents bikes and other weather information for the day.
The company DF has a lot more line and the same date is repeated several times, in the other is a line for each date.
Could you help me?