Exercise: DataFrames in pandas

Solve some problems related to DataFrame in pandas.

We'll cover the following

Problem 1

Construct a DataFrame df consisting of 3 columns named Name, Age, and Marks with at least 12–15 elements for each column, and then display the first 10 rows of the DataFrame.

Get hands-on with 1200+ tech skills courses.