Question: Consider this data: 1 . data = [ ' Andy ' , 2 4 ] , [ ' Alice ' , 2 6 ] ,

Consider this data:
1.data =['Andy',24],['Alice',26],['Alex',28],
['Allan',30],['Beth',32],['Sandra',34]]
2.Create and print a datafram from this data with choosing the column names as Name and Age. 3.Perform some analysis: head, tail, columns, shape column type, and info.
 Consider this data: 1.data =['Andy',24],['Alice',26],['Alex',28], ['Allan',30],['Beth',32],['Sandra',34]] 2.Create and print a datafram

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!