Skip to main content

Philippschmalen's group workspace

Timestamps visible
2021-10-02 06:15:41
 #   Column                          Non-Null Count  Dtype
2021-10-02 06:15:41
---  ------                          --------------  -----
2021-10-02 06:15:41
 0   id                              19001 non-null  int64
2021-10-02 06:15:41
 1   name                            18994 non-null  object
2021-10-02 06:15:41
 2   host_id                         19001 non-null  int64
2021-10-02 06:15:41
 3   host_name                       18993 non-null  object
2021-10-02 06:15:41
 4   neighbourhood_group             19001 non-null  object
2021-10-02 06:15:41
 5   neighbourhood                   19001 non-null  object
2021-10-02 06:15:41
 6   latitude                        19001 non-null  float64
2021-10-02 06:15:41
 7   longitude                       19001 non-null  float64
2021-10-02 06:15:41
 8   room_type                       19001 non-null  object
2021-10-02 06:15:41
 9   price                           19001 non-null  int64
2021-10-02 06:15:41
 10  minimum_nights                  19001 non-null  int64
2021-10-02 06:15:41
 11  number_of_reviews               19001 non-null  int64
2021-10-02 06:15:41
 12  last_review                     15243 non-null  datetime64[ns]
2021-10-02 06:15:41
 13  reviews_per_month               15243 non-null  float64
2021-10-02 06:15:41
 14  calculated_host_listings_count  19001 non-null  int64
2021-10-02 06:15:41
 15  availability_365                19001 non-null  int64
2021-10-02 06:15:41
dtypes: datetime64[ns](1), float64(3), int64(7), object(5)
2021-10-02 06:15:41
memory usage: 2.5+ MB