Where Can I Find a Reliable Airbnb Reviews CSV Dataset for Analysis?

20 Replies, 1526 Views

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.



Users browsing this thread: 1 Guest(s)