The given columns are ‘Created Date’ and Closed Date’. Both columns were objects datatype but I managed to convert them both to datetime. I am not sure how to create a new column Request_closing_time. Please assist me in that regard
Asked
Active
Viewed 75 times
0
-
Please explain better what should be in the new column – gtomer Oct 03 '20 at 14:39
-
The question is phrased as: Read or convert the columns ‘Created Date’ and Closed Date’ to datetime datatype and create a new column ‘Request_Closing_Time’ as the time elapsed between request creation and request closing. (Hint: Explore the package/module datetime). – Gordon Molapo Oct 03 '20 at 14:42
-
I have already done the first parts in the dataframe. I just need to know whether if the new column("Requested_closing_time") will be the difference between closing data and created date or automatically the datetime module will create the elapsed time. – Gordon Molapo Oct 03 '20 at 14:44