Kossisoroyce commited on
Commit
1cf84d2
·
verified ·
1 Parent(s): 5dc5ee8

Upload Total alcohol per capita (>= 15 years of age) consumption (litres of pure alcohol dataset

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```