ZelonPrograms commited on
Commit
3c0a067
·
verified ·
1 Parent(s): 73180fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GitHub Repository Data for Hugging Face
2
+
3
+ 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.
4
+
5
+ ## Data Description
6
+
7
+ The dataset contains the following fields for each repository:
8
+
9
+ - **url**: The URL of the GitHub repository.
10
+ - **repo_name**: The name of the repository.
11
+ - **description**: A brief description of the repository.
12
+ - **stars**: The number of stars the repository has received.
13
+ - **forks**: The number of times the repository has been forked.
14
+ - **language**: The primary programming language used in the repository.
15
+ - **open_issues**: The number of open issues in the repository.
16
+
17
+ ## Dataset
18
+
19
+ The collected data is saved in a CSV file named `github_data.csv`. This file includes information about popular repositories from several GitHub users and organizations.
20
+
21
+ ## License
22
+
23
+ This dataset is licensed under the MIT License.