From 87edfed52bd94e4ecf21b06dac5c6a5a34e3bb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 26 Jun 2020 21:10:41 +0200 Subject: [PATCH] Plotly --- README.md | 1 - index.html | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 27b26a1..2e7f35a 100644 --- a/README.md +++ b/README.md @@ -3348,7 +3348,6 @@ Plotly ![Covid Deaths](web/covid_deaths.png)
- ```python import pandas as pd diff --git a/index.html b/index.html index c4cc36c..ad5edad 100644 --- a/index.html +++ b/index.html @@ -2831,7 +2831,7 @@ c 7 8 -

#Plotly

Covid Deaths by Continent

import pandas as pd
+

#Plotly

Covid Deaths by Continent

import pandas as pd
 import plotly.express
 
 covid = pd.read_csv('https://covid.ourworldindata.org/data/owid-covid-data.csv', 
@@ -2850,7 +2850,6 @@ plotly.express.line(summed, x='Date', y=

Confirmed Covid Cases, Dow Jones, Gold, and Bitcoin Price

import pandas, datetime
 import plotly.graph_objects as go