Update README.md
Browse files
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.
|