0 votes
in Python Pandas by
What is the data type of series s defined in below code?

import pandas as pd

s = pd.Series([9.2, 'hello', 89])

Select the appropriate answer  from given below options :

a) int

b) str

c) object

d) float

1 Answer

0 votes
by
Correct Answer of the above question is : -c) object

Related questions

0 votes
asked Nov 9, 2021 in Python Pandas by Robin
0 votes
asked Aug 14, 2021 in Python Pandas by SakshiSharma
...