Solutions are available in the /code directory in our .zip.
The file AppleStore.csv (available in /code) is from https://www.kaggle.com/ramamet4/app-store-appledata-set-10k-apps and contains information on more than 7000 apps, including genre, file size, price, and user rating.
- Use Pandas to read it in.
- Use Seaborn pairplot to produce an image like this:
- Use Pandas groupby to find the mean user_rating by prime_genre.
- Save these genre names and user ratings using to_csv, with header=True. Confirm that it worked by looking at the resulting csv file on the command line, a text editor, or spreadsheet.
1
Reviews
There are no reviews yet.