OpenBCca / airbnb-regulation

Airbnb Regulation Project
MIT License
1 stars 0 forks source link

[MVP] Dealing with duplicate Listings #42

Open immangat opened 9 months ago

immangat commented 9 months ago

Description

Ensure that the Airbnb listings document contains only unique listings.

Acceptance Criteria

  1. Develop a pipeline to check for duplicate listings before adding new listings to the data store (CSV).
  2. Detect duplicates based on a unique identifier or a combination of attributes that uniquely identify a listing.

This is a part of data cleaner: Data Cleaner Issue