Informatics Practices > Data Handling And Visualization > Data Handling Using Pandas
A dataframe is created using dictionary as given below. Write the code to create the same.
d={'Name':['Ram','Shyam','Sita'],'Marks':[90,80,70]}
Current Question
Community Stats
Track Your Progress
Sign up to save your practice progress, add favorites, and get personalized insights.