Python PBL
Python PBL
PROJECT REPORT ON
“House Rent Prediction”
Bachelor of Technology
In
Computer Science and Engineering
Submitted by
Akshat Verma (2300430100007)
Aruj Singh Pal (2300430100015)
Shivanshu Yadav (2300430100061)
Sumit Gupta (2300430100064)
Vivek Mishra (2300430100073)
ACKNOWLEDGEMENT
Our sincerest thanks to all the teachers, seniors, and colleagues their help
and guidance brought this project to successful completion.
Submitted by:
• Akshat Verma (2300430100007)
• Aruj Singh Pal (2300430100015)
• Shivanshu Yadav (2300430100061)
• Sumit Gupta (2300430100064)
• Vivek Mishra (2300430100073)
TABLE OF CONTENT
1. INTRODUCTION ................................................................................ 4
3. WATERFALL MODEL……………………………………………………..6
4. STRUCTURE OF DATASET..................................................................7
5. BAR PLOT........................................................................................... 8
6. PROGRAM .............................................................................................11
7. OUTPUT SCREENSHOT.....................................................................12
8. REFERENCES.............................................................................................13
INTRODUCTION
USER INPUT
WATERFALL MODEL:
Structure of the Dataset
Importing Libraries
import pandas as pd
import numpy as np
import matplotlib. pyplot as plt import seaborn
as sns
rent_df = pd.read_csv("../input/house-rent-prediction-dataset/House_Rent_Dataset.csv")
rent_df.sample(5)
Checking all the Columns in the Dataset
rent_df.columns
rent_df.isnull().sum()
Checking Mean, Median, Maximum & Minimum House
FUTURE REFERENCES: