Advertisements
Advertisements
प्रश्न
Use the type function to check the datatypes of ResultSheet and ResultDF. Are they the same?
कोड लेखन
Advertisements
उत्तर
type(ResultSheet)
type(ResultDF)
Output:
<class 'pandas.core.series.Series'> <class 'pandas.core.frame.DataFrame'>
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
