InterviewSolution
Saved Bookmarks
| 1. |
The integer format tracks only the locations and sizes of blocks of data.(a) True(b) FalseI had been asked this question in unit test.My question is taken from Pandas topic in portion Data Analysis with Python of Data Science |
|
Answer» RIGHT ANSWER is (b) False For explanation: The block format tracks only the LOCATIONS and sizes of blocks of data. |
|