0
I’m 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 bike rental company and other weather information of the day.
The DF of the company has much more line and the same date repeats several times, in the other is a line for each date.
Could you help me