Skip to content

frtpynrc/Filtering-Airbnb-Reviews-London-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Filtering Airbnb Reviews: London Dataset

This repository contains a Python script for filtering and cleaning Airbnb reviews data for the city of London. The script utilizes the pandas library to read a CSV file containing Airbnb reviews, applies date filtering to retain entries on or after September 1, 2022, and exports the processed data to a new CSV file.

Dataset Information

The original dataset includes reviews with the following columns:

  • listing_id: ID of the Airbnb listing
  • id: Review ID
  • date: Review date (converted to datetime format)
  • reviewer_id: ID of the reviewer
  • reviewer_name: Name of the reviewer
  • comments: Review comments

Usage

  1. Clone the Repository:
    git clone https://github.com/frtpynrc/Filtering-Airbnb-Reviews-London-Dataset.git
    cd Filtering-Airbnb-Reviews-London-Dataset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published