What is the data type of series s defined in below code? import pandas as pd s = pd.Series([9.2, ‘hello’, 89])