Created
March 8, 2018 08:41
-
-
Save helb/2cad77793fa4693c161d35f2e78e5e0f 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 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