SUBJECT I.P. (065) PRACTICAL FILE SOLUTION

#Create a DataFrame df from this dictionary data which has the index labels. df = pd.DataFrame( data, index = labels, columns=['Animal', 'Age', 'Priority', 'Visits']) print (df) 4. Write a Pandas program to display a summary of the basic information about a specified Data Frame and its data . ................
................