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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
