Upload Total alcohol per capita (>= 15 years of age) consumption (litres of pure alcohol dataset
Browse files
README.md
CHANGED
|
@@ -18,6 +18,6 @@ You can load the data using pandas:
|
|
| 18 |
```python
|
| 19 |
import pandas as pd
|
| 20 |
|
| 21 |
-
df = pd.read_csv('hf://datasets/electricsheepafrica/Total-Alcohol-Per-Capita-for-African-Countries/total_alcohol_per_capita_____15_years_of_age__consumption__litres_of_pure_alcohol_.csv')
|
| 22 |
print(df.head())
|
| 23 |
```
|
|
|
|
| 18 |
```python
|
| 19 |
import pandas as pd
|
| 20 |
|
| 21 |
+
df = pd.read_csv('hf://datasets/electricsheepafrica/Total-Alcohol-Per-Capita-15-Years-Of-Age-Consumption-for-African-Countries/total_alcohol_per_capita_____15_years_of_age__consumption__litres_of_pure_alcohol_.csv')
|
| 22 |
print(df.head())
|
| 23 |
```
|