File size: 979 Bytes
3c0a067 b179323 3c0a067 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# GitHub Repository Data for Hugging Face
This repository contains a dataset of information collected from various GitHub repositories. The data includes key metrics about popular repositories, suitable for analysis and machine learning tasks.
## Data Description
The dataset contains the following fields for each repository:
- **url**: The URL of the GitHub repository.
- **repo_name**: The name of the repository.
- **description**: A brief description of the repository.
- **stars**: The number of stars the repository has received.
- **forks**: The number of times the repository has been forked.
- **language**: The primary programming language used in the repository.
- **open_issues**: The number of open issues in the repository.
## Dataset
The collected data is saved in a CSV file named `Data.csv`. This file includes information about popular repositories from several GitHub users and organizations.
## License
This dataset is licensed under the MIT License. |