InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Timedeltas are differences in times, expressed in difference units(b) You can construct a Timedelta scalar through various argument(c) DateOffsets cannot be used in construction(d) All of the mentionedThe question was asked in an interview for job.Query is from Time Deltas topic in division Data Analysis with Python of Data Science |
|
Answer» CORRECT option is (a) TIMEDELTAS are differences in TIMES, expressed in difference units For explanation: Timedeltas can be both POSITIVE and NEGATIVE. |
|