Skip to content

Instantly share code, notes, and snippets.

@nveenverma
Created June 14, 2019 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nveenverma/1cb20019552735207e564a0ba542edae to your computer and use it in GitHub Desktop.
Save nveenverma/1cb20019552735207e564a0ba542edae to your computer and use it in GitHub Desktop.
import numpy as np # linear algebra
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
import requests # Getting Webpage content
from bs4 import BeautifulSoup as bs # Scraping webpages
import matplotlib.pyplot as plt # Visualization
import matplotlib.style as style # For styling plots
from matplotlib import pyplot as mp # For Saving plots as images
# For displaying plots in jupyter notebook
%matplotlib inline
style.use('fivethirtyeight') # matplotlib Style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment