Extend Figure years to 1990

Extended due to extended data availability.
This commit is contained in:
Marty Oehme 2022-09-02 16:20:43 +02:00
parent b8ae144f19
commit b6e4936898
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ df = pd.read_csv('data/cleaned/UNU-WIDER-WIID/WIID-30JUN2022_cty-select.csv', in
```{python}
#| echo: false
df = df.loc[df['year'] > 2000]
df = df.loc[df['year'] > 1990]
ben = df.loc[df['c3'] == "BEN"]
dji = df.loc[df['c3'] == "DJI"]
uga = df.loc[df['c3'] == "UGA"]