1.

What is the data type of series s defined in below code?

Answer»

What is the data TYPE of SERIES s defined in below CODE?
import pandas as pd
s = pd.Series([9.2, 'hello', 89])
Choose the correct option from below option
(1)int
(2)str
(3)OBJECT
(4)float

Answer:-(3)object



Discussion

No Comment Found