import pandas as pd
data = ['a', 'b', 'c', 'd']
s = pd.Series(data)
print(s)
Output :
0 a
1 b
2 c
3 d
dtype: object
IP CBSE Sample Paper 2025 ~ Solution IP CBSE Sample Paper 2024 ~ Solution IP CBSE Sample Paper 2023 ~ Solution IP CBSE Sample Paper 202...
No comments:
Post a Comment