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