Question: Create a data frame that consists of three columns: * The first column is a sequence of numbers from 1 to 10 called NUM *
Create a data frame that consists of three columns: * The first column is a sequence of numbers from 1 to 10 called NUM * The second column is the first 10 letters of the alphabet called Alph * The third column is 10 normal random numbers with mean value = 10 and called Norm * One can select columns from a data frame using the position of the element. Print the last two columns from the df data frame.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
