Skip to content

Instantly share code, notes, and snippets.

@Bennykillua
Created September 16, 2023 09:43
Show Gist options
  • Save Bennykillua/f235ac1588deb6577f193ccd45e4cce1 to your computer and use it in GitHub Desktop.
Save Bennykillua/f235ac1588deb6577f193ccd45e4cce1 to your computer and use it in GitHub Desktop.
import pandas as pd
# House rent dataset link: https://www.kaggle.com/datasets/iamsouravbanerjee/house-rent-prediction-dataset
df = pd. read_csv('/content/House_Rent_Dataset.csv')
df.head(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment