assessing if date time function in each row of df falls within range of date time in another df
问题 I am new to python, and need some help with a question I am having regarding the date time function. I have df_a which has a column titled time , and I am trying to create a new column id in this df_a . I want the id column to be determined by whether or not the time is contained within a range of times on df_b columns between "date" and "date_new", for example the first row has a date of "2019-01-07 20:52:41" and "date_new" of "2019-01-07 21:07:41" (a 15 minute time interval), I would like