Created
May 2, 2020 19:43
-
-
Save curiousily/03e2e09fe7e3dc99c7dd87794b6bfe64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import pandas as pd | |
from tqdm import tqdm | |
import seaborn as sns | |
import matplotlib.pyplot as plt | |
from pygments import highlight | |
from pygments.lexers import JsonLexer | |
from pygments.formatters import TerminalFormatter | |
from google_play_scraper import Sort, reviews, app | |
%matplotlib inline | |
%config InlineBackend.figure_format='retina' | |
sns.set(style='whitegrid', palette='muted', font_scale=1.2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment