Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Total alcohol per capita (>= 15 years of age) consumption (litres of pure alcohol) for African Countries
|
|
@@ -20,4 +26,4 @@ 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 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- Alcohol
|
| 5 |
+
- Africa
|
| 6 |
+
- capita
|
| 7 |
+
- Health
|
| 8 |
+
- WHO
|
| 9 |
---
|
| 10 |
|
| 11 |
# Total alcohol per capita (>= 15 years of age) consumption (litres of pure alcohol) for African Countries
|
|
|
|
| 26 |
|
| 27 |
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')
|
| 28 |
print(df.head())
|
| 29 |
+
```
|