Advertisements
Advertisements
Question
Use the type function to check the datatypes of ResultSheet and ResultDF. Are they the same?
Code Writing
Advertisements
Solution
type(ResultSheet)
type(ResultDF)
Output:
<class 'pandas.core.series.Series'> <class 'pandas.core.frame.DataFrame'>
shaalaa.com
Is there an error in this question or solution?
