Login using Social Account
     Continue with GoogleLogin using your credentials
Now let's load the dataset. The dataset is located in the following path:
/cxldata/datasets/project/housing/housing.csv
Set HOUSING_PATH
variable to the path of the dataset as given above
HOUSING_PATH = <<your code goes here>>
Read the dataset using the read_csv
function of Pandas
housing = pd.<<your code goes here>>(HOUSING_PATH)
Display the first few rows of the dataset using the head
method
housing.<<your code goes here>>()
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Loading comments...