Skip to content

Commit 55d9a2b

Browse files
committed
Added covid PNGs
1 parent 05fcd2d commit 55d9a2b

File tree

5 files changed

+65
-55
lines changed

5 files changed

+65
-55
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,7 +3126,7 @@ y 2
31263126
dtype: int64
31273127
```
31283128

3129-
```python
3129+
```text
31303130
+-------------+-------------+-------------+---------------+
31313131
| | 'sum' | ['sum'] | {'s': 'sum'} |
31323132
+-------------+-------------+-------------+---------------+
@@ -3135,7 +3135,7 @@ dtype: int64
31353135
+-------------+-------------+-------------+---------------+
31363136
```
31373137

3138-
```python
3138+
```text
31393139
+-------------+-------------+-------------+---------------+
31403140
| | 'rank' | ['rank'] | {'r': 'rank'} |
31413141
+-------------+-------------+-------------+---------------+
@@ -3197,7 +3197,7 @@ b 4 5
31973197
c 6 7
31983198
```
31993199

3200-
```python
3200+
```text
32013201
+------------------------+---------------+------------+------------+--------------------------+
32023202
| how/join | 'outer' | 'inner' | 'left' | description |
32033203
+------------------------+---------------+------------+------------+--------------------------+
@@ -3244,7 +3244,7 @@ a 1 2
32443244
b 3 4
32453245
```
32463246

3247-
```python
3247+
```text
32483248
+-------------+-------------+-------------+---------------+
32493249
| | 'sum' | ['sum'] | {'x': 'sum'} |
32503250
+-------------+-------------+-------------+---------------+
@@ -3254,7 +3254,7 @@ b 3 4
32543254
+-------------+-------------+-------------+---------------+
32553255
```
32563256

3257-
```python
3257+
```text
32583258
+-------------+-------------+-------------+---------------+
32593259
| | 'rank' | ['rank'] | {'x': 'rank'} |
32603260
+-------------+-------------+-------------+---------------+
@@ -3314,7 +3314,7 @@ c 7 8
33143314
c 7 8 6
33153315
```
33163316

3317-
```python
3317+
```text
33183318
+-------------+-------------+-------------+-------------+---------------+
33193319
| | 'sum' | 'rank' | ['rank'] | {'x': 'rank'} |
33203320
+-------------+-------------+-------------+-------------+---------------+
@@ -3346,6 +3346,7 @@ Plotly
33463346

33473347
### Covid Deaths by Continent
33483348

3349+
![Covid Deaths](web/covid_deaths.png)
33493350
<div id="2a950764-39fc-416d-97fe-0a6226a3095f" class="plotly-graph-div" style="height:420px; width:100%;"></div>
33503351
</div>
33513352

@@ -3368,6 +3369,7 @@ plotly.express.line(summed, x='Date', y='Total Deaths per Million', color='Conti
33683369

33693370
### Confirmed Covid Cases, Dow Jones, Gold, and Bitcoin Price
33703371

3372+
![Covid Cases](web/covid_cases.png)
33713373
<div id="e23ccacc-a456-478b-b467-7282a2165921" class="plotly-graph-div" style="height:400px; width:100%;"></div>
33723374

33733375
```python

0 commit comments

Comments
 (0)