鱼泪

verify-tagRobinhood app reviews on Google Play Store

nlptabulartext

5

已售 0
68.19MB

数据标识:D17220565442775789

发布时间:2024/07/27

以下为卖家选择提供的数据验证报告:

数据描述

Context

I created this dataset mainly for sentiment analysis and data exploration during the Jan-Feb 2021 period when the whole GME fiasco happened.

Content

The data contains all review from Google Play Store from Aug 13th, 2015 (when Robinhood first came to the platform) up to Apr 30th, 2021. Columns should be very self-explanatory. This data is scraped with the help of Google-Play-Scraper on May 2nd 2021. Note that this is for en-US only.

Code to recreate the scraping is as follows:

from google_play_scraper import Sort, reviews,reviews_all import pandas as pd  result = reviews_all(     'com.robinhood.android',     sleep_milliseconds=5, # defaults to 0     lang='en', # defaults to 'en'     country='us', # defaults to 'us'     sort=Sort.MOST_RELEVANT, # defaults to Sort.MOST_RELEVANT     filter_score_with=None # defaults to None(means all score) )  df = pd.DataFrame.from_records(result) df.to_csv('log.csv',index=False) 

Acknowledgements

Thank you so much for the folks behind Google-Play-Scraper. I was lucky to find this tool that saved me hours of manual scraping.

Inspiration

Well as one of the r/wallstreetbets apes I vividly remember being enraged at how Robinhood restricted its user from buying GME back in late Jan 2021. I thought it would be neat to see exactly how bad the reviews were during that time period and maybe do some sentiment analysis on it. #welovethestock

data icon
Robinhood app reviews on Google Play Store
5
已售 0
68.19MB
申请报告