InterviewSolution
Saved Bookmarks
| 1. |
Combination of TimedeltaIndex with DatetimeIndex allow certain combination operations that are NaT preserving.(a) True(b) FalseI have been asked this question by my college director while I was bunking the class.My question comes from Time Deltas topic in division Data Analysis with Python of Data Science |
|
Answer» CORRECT option is (a) True To explain I WOULD SAY: You can ALSO convert indices to yield another INDEX. |
|