iamramzan commited on
Commit
1d30ab5
·
verified ·
1 Parent(s): 32cce3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ url = "https://huggingface.co/datasets/your-username/sovereign-states-dataset/re
50
  df = pd.read_csv(url)
51
 
52
  # Preview the dataset
53
- print(df.head())
54
 
55
  # Licensing
56
  This dataset is derived from publicly available information on Wikipedia. The content is licensed under CC BY-SA 3.0.
 
50
  df = pd.read_csv(url)
51
 
52
  # Preview the dataset
53
+ print(df.head())```
54
 
55
  # Licensing
56
  This dataset is derived from publicly available information on Wikipedia. The content is licensed under CC BY-SA 3.0.