Update README.md
#2
by
iamramzan
- opened
README.md
CHANGED
@@ -46,6 +46,32 @@ This dataset provides a comprehensive list of sovereign states, along with their
|
|
46 |
|
47 |
---
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
## Usage
|
50 |
|
51 |
### Loading the Dataset in Python
|
@@ -59,4 +85,4 @@ url = "https://huggingface.co/datasets/your-username/sovereign-states-dataset/re
|
|
59 |
df = pd.read_csv(url)
|
60 |
|
61 |
# Preview the dataset
|
62 |
-
print(df.head())
|
|
|
46 |
|
47 |
---
|
48 |
|
49 |
+
|
50 |
+
## Citation
|
51 |
+
If you use this dataset in your research or project, please cite it as follows:
|
52 |
+
|
53 |
+
@misc{sovereign_states_dataset,
|
54 |
+
- author = {Your Name or Team Name},
|
55 |
+
- title = {Sovereign States Dataset},
|
56 |
+
- year = {2025},
|
57 |
+
- url = {https://huggingface.co/datasets/your-username/sovereign-states-dataset}
|
58 |
+
}
|
59 |
+
|
60 |
+
## Acknowledgments
|
61 |
+
Special thanks to the contributors of Wikipedia for maintaining and updating the List of Sovereign States. This dataset was scraped and processed using:
|
62 |
+
|
63 |
+
- Python
|
64 |
+
- Scrapy
|
65 |
+
- Pandas
|
66 |
+
- Regex for cleaning data
|
67 |
+
|
68 |
+
## Contributing
|
69 |
+
Contributions are welcome! If you spot an issue or have suggestions for improvement:
|
70 |
+
|
71 |
+
1. Fork the repository.
|
72 |
+
2. Make your changes.
|
73 |
+
3. Submit a pull request.
|
74 |
+
|
75 |
## Usage
|
76 |
|
77 |
### Loading the Dataset in Python
|
|
|
85 |
df = pd.read_csv(url)
|
86 |
|
87 |
# Preview the dataset
|
88 |
+
print(df.head())
|