diff --git a/README.md b/README.md index a55a17b..07489d8 100644 --- a/README.md +++ b/README.md @@ -3351,6 +3351,7 @@ Plotly
```python +# $ pip3 install pandas plotly import pandas as pd import plotly.express @@ -3373,6 +3374,7 @@ plotly.express.line(df, x='Date', y='Total Deaths per Million', color='Continent
```python +# $ pip3 install pandas plotly import pandas, datetime import plotly.graph_objects as go diff --git a/index.html b/index.html index 61f82f7..2e0ba4f 100644 --- a/index.html +++ b/index.html @@ -2840,7 +2840,8 @@ c 7 8 -

#Plotly

Covid Deaths by Continent

import pandas as pd
+

#Plotly

Covid Deaths by Continent

# $ pip3 install pandas plotly
+import pandas as pd
 import plotly.express
 
 covid = pd.read_csv('https://covid.ourworldindata.org/data/owid-covid-data.csv', 
@@ -2859,7 +2860,8 @@ plotly.express.line(df, x='Date', y=

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

import pandas, datetime
+

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

# $ pip3 install pandas plotly
+import pandas, datetime
 import plotly.graph_objects as go
 
 def main():