@@ -3126,7 +3126,7 @@ y 2
3126
3126
dtype: int64
3127
3127
```
3128
3128
3129
- ``` python
3129
+ ``` text
3130
3130
+-------------+-------------+-------------+---------------+
3131
3131
| | 'sum' | ['sum'] | {'s': 'sum'} |
3132
3132
+-------------+-------------+-------------+---------------+
@@ -3135,7 +3135,7 @@ dtype: int64
3135
3135
+-------------+-------------+-------------+---------------+
3136
3136
```
3137
3137
3138
- ``` python
3138
+ ``` text
3139
3139
+-------------+-------------+-------------+---------------+
3140
3140
| | 'rank' | ['rank'] | {'r': 'rank'} |
3141
3141
+-------------+-------------+-------------+---------------+
@@ -3197,7 +3197,7 @@ b 4 5
3197
3197
c 6 7
3198
3198
```
3199
3199
3200
- ``` python
3200
+ ``` text
3201
3201
+------------------------+---------------+------------+------------+--------------------------+
3202
3202
| how/join | 'outer' | 'inner' | 'left' | description |
3203
3203
+------------------------+---------------+------------+------------+--------------------------+
@@ -3244,7 +3244,7 @@ a 1 2
3244
3244
b 3 4
3245
3245
```
3246
3246
3247
- ``` python
3247
+ ``` text
3248
3248
+-------------+-------------+-------------+---------------+
3249
3249
| | 'sum' | ['sum'] | {'x': 'sum'} |
3250
3250
+-------------+-------------+-------------+---------------+
@@ -3254,7 +3254,7 @@ b 3 4
3254
3254
+-------------+-------------+-------------+---------------+
3255
3255
```
3256
3256
3257
- ``` python
3257
+ ``` text
3258
3258
+-------------+-------------+-------------+---------------+
3259
3259
| | 'rank' | ['rank'] | {'x': 'rank'} |
3260
3260
+-------------+-------------+-------------+---------------+
@@ -3314,7 +3314,7 @@ c 7 8
3314
3314
c 7 8 6
3315
3315
```
3316
3316
3317
- ``` python
3317
+ ``` text
3318
3318
+-------------+-------------+-------------+-------------+---------------+
3319
3319
| | 'sum' | 'rank' | ['rank'] | {'x': 'rank'} |
3320
3320
+-------------+-------------+-------------+-------------+---------------+
@@ -3346,6 +3346,7 @@ Plotly
3346
3346
3347
3347
### Covid Deaths by Continent
3348
3348
3349
+ ![ Covid Deaths] ( web/covid_deaths.png )
3349
3350
<div id =" 2a950764-39fc-416d-97fe-0a6226a3095f " class =" plotly-graph-div " style =" height :420px ; width :100% ;" ></div >
3350
3351
</div >
3351
3352
@@ -3368,6 +3369,7 @@ plotly.express.line(summed, x='Date', y='Total Deaths per Million', color='Conti
3368
3369
3369
3370
### Confirmed Covid Cases, Dow Jones, Gold, and Bitcoin Price
3370
3371
3372
+ ![ Covid Cases] ( web/covid_cases.png )
3371
3373
<div id =" e23ccacc-a456-478b-b467-7282a2165921 " class =" plotly-graph-div " style =" height :400px ; width :100% ;" ></div >
3372
3374
3373
3375
``` python
0 commit comments