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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -13
README.md CHANGED
@@ -50,16 +50,4 @@ 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.
57
-
58
- # Citation
59
- If you use this dataset in your research or project, please cite it as follows:
60
- @misc{sovereign_states_dataset,
61
- author = {Your Name or Team Name},
62
- title = {Sovereign States Dataset},
63
- year = {2025},
64
- url = {https://huggingface.co/datasets/your-username/sovereign-states-dataset}
65
- }
 
50
  df = pd.read_csv(url)
51
 
52
  # Preview the dataset
53
+ print(df.head())