Computer Science, asked by bikashranjanbhattach, 1 month ago

Write a program in Python Pandas to create above Series Subject.​

Answers

Answered by Anonymous
0

Answer:

m1=pd.Series([45,65,24,89],index=['term1','term2','t erm3','term4'])

Explanation:

I hope this answer help you. Follow for more answers.

Answered by sushree2033
0

Answer:

Explanation:

import pandas as pd  m1=pd.Series([45,65,24,89],index=['term1','term2','t erm3','term4'])

Similar questions