Skip to content

Instantly share code, notes, and snippets.

@helb
Created March 8, 2018 08:41
Show Gist options
  • Save helb/2cad77793fa4693c161d35f2e78e5e0f to your computer and use it in GitHub Desktop.
Save helb/2cad77793fa4693c161d35f2e78e5e0f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
import requests
import pandas as pd
import numpy as np
import plotly.plotly as py
import plotly.graph_objs as go
df = pd.read_csv(requests.get("http://plzen.helb.cz:8000/swissgrid.csv").content)
print(df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment