InterviewSolution
Saved Bookmarks
| 1. |
Pandas consist of static and moving window linear and panel regression.(a) True(b) FalseI have been asked this question by my college director while I was bunking the class.Query is from Pandas topic in chapter Data Analysis with Python of Data Science |
|
Answer» CORRECT choice is (a) True The explanation: Time SERIES and cross-sectional data are SPECIAL CASES of PANEL data. |
|