Generation

code to explanationSun, 09 Apr 2023

import pandas as pd import numpy as np data = np.array(['a','b','c','d']) s = pd.Series(data) print(s)

The above code prints the series with index.

Want to kickstart your project?Use the new AI Studio to create your code