WORKSHEET Data Handling Using Pandas

WORKSHEET – Data Handling Using Pandas 1 What will be the output of following code- import pandas as pd s1=pd.Series([1,2,2,7,’Sachin’,77.5]) ... 1 2 2 2 3 7 4 Sachin dtype: object 0 1 1 2 2 2 dtype: object 2 Write a program in python to find maximum value over index in Data frame. Ans: # importing pandas as pd import pandas as pd ... ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download