Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created May 2, 2020 19:43
Show Gist options
  • Save curiousily/03e2e09fe7e3dc99c7dd87794b6bfe64 to your computer and use it in GitHub Desktop.
Save curiousily/03e2e09fe7e3dc99c7dd87794b6bfe64 to your computer and use it in GitHub Desktop.
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