Extend Figure years to 1990
Extended due to extended data availability.
This commit is contained in:
parent
b8ae144f19
commit
b6e4936898
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ df = pd.read_csv('data/cleaned/UNU-WIDER-WIID/WIID-30JUN2022_cty-select.csv', in
|
||||||
|
|
||||||
```{python}
|
```{python}
|
||||||
#| echo: false
|
#| echo: false
|
||||||
df = df.loc[df['year'] > 2000]
|
df = df.loc[df['year'] > 1990]
|
||||||
ben = df.loc[df['c3'] == "BEN"]
|
ben = df.loc[df['c3'] == "BEN"]
|
||||||
dji = df.loc[df['c3'] == "DJI"]
|
dji = df.loc[df['c3'] == "DJI"]
|
||||||
uga = df.loc[df['c3'] == "UGA"]
|
uga = df.loc[df['c3'] == "UGA"]
|
||||||
|
|
Loading…
Reference in a new issue