<class 'pandas.core.frame.DataFrame'>
RangeIndex: 9990 entries, 0 to 9989
Data columns (total 13 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 id 9990 non-null int64
1 name 9990 non-null object
2 host_id 9990 non-null int64
3 neighbourhood 9990 non-null object
4 latitude 9990 non-null float64
5 longitude 9990 non-null float64
6 room_type 9990 non-null object
7 minimum_nights 9990 non-null int64
8 number_of_reviews 9990 non-null int64
9 last_review 8291 non-null object
10 reviews_per_month 8291 non-null float64
11 availability_365 9990 non-null int64
12 y 9990 non-null int64
dtypes: float64(3), int64(6), object(4)
memory usage: 1014.7+ KB