If you’re okay with a bit of work, you can scrape your own airbnb reviews csv using BeautifulSoup in Python. It’s not too hard, and you’ll get exactly what you need.
For cleaning, I’d recommend using regular expressions to standardize text. It’s a lifesaver for messy data.
For cleaning, I’d recommend using regular expressions to standardize text. It’s a lifesaver for messy data.
