Informatics Practices > data-handling-and-visualization > Data Handling Using Pandas
The Python code written below has syntactical errors. Rewrite the correct code and underline the correction(s) made.
import Pandas as pd stud=['Name': 'Ramya', 'Class':11, 'House': 'Red'] s=p.Series (s) print(s)
Current Session
Community Stats
Track Your Progress
Sign up to save your practice progress and get personalized insights across all topics.