Skip to content

Instantly share code, notes, and snippets.

View christinejiang11's full-sized avatar

Christine Jiang christinejiang11

View GitHub Profile
@christinejiang11
christinejiang11 / RC_Interview.py
Created February 24, 2020 00:47
RC Pair Programming Interview
#!/usr/bin/env python
# coding: utf-8
# ### Time Series Analysis: Background
# This dataset is part of a Kaggle project in which the goal is to predict the page views for 145k Wikipedia pages. Each row represents an article and spans from summer of 2015 to the end of 2016. I've already written a function to parse out the article name, language, and access type of each record. The goal of the interview will be to write a function that finds the top 5 articles per language and plots them, as an exercise in exploratory visualization.
# In[73]:
import pandas as pd