Question: * * THE PROGRAMMING LANGUAGE IS IN R , RSTUDIOS, and JUPYTER. Please don't use pandas or Python. 2 . 9 LAB: Working with dataframes

**THE PROGRAMMING LANGUAGE IS IN R, RSTUDIOS, and JUPYTER. Please don't use pandas or Python.
2.9 LAB: Working with dataframes
The homes dataset contains 18 features giving the characteristics of 76 homes being sold.
Import the file homes.csv into a the dataframe homes.
Display the column names of the dataframe.
Display the number of rows in the dataframe.
Display the columns Price, Bath, Bed, Year, and Status for instances for which School is Edison.
Add the column PriceSqFt to the dataframe with the values of Price divided by Floor.
Display the first six rows of the dataframe with the new column.
Ex: If the file homes_small.csv, which has only 25 instances, is used instead of homes.csv, the output should be:
* * THE PROGRAMMING LANGUAGE IS IN R , RSTUDIOS,

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 Programming Questions!