Skip to content

Commit 180d600

Browse files
Update README.md
1 parent ec47cc0 commit 180d600

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The following table provides an overview of the data that will be extracted and
4040

4141
<details>
4242
<summary><h3>&nbsp;User Traffic</h3></summary>
43-
4443

4544
The <a href="https://github.com/analyticsinmotion/github-stats/blob/main/data/traffic.csv">traffic.csv</a> file contains time series information relating to views, unique visitors, clones and unique cloners to each repository.
4645

@@ -66,6 +65,35 @@ The <a href="https://github.com/analyticsinmotion/github-stats/blob/main/data/tr
6665
| clones | Numeric | The number of times a repository is cloned |
6766
| unique_cloners | Numeric | The number of unique cloners of the repository |
6867

68+
</details>
69+
70+
<details>
71+
<summary><h3>&nbsp;User Activity</h3></summary>
72+
73+
The <a href="https://github.com/analyticsinmotion/github-stats/blob/main/data/activity.csv">traffic.csv</a> file contains cumulative time series information relating to stars, watchers and forks for each repository.
74+
75+
**File Details**
76+
<br />
77+
*Filename:* activity
78+
<br />
79+
*Extension:* .csv
80+
<br />
81+
*Delimiter:* Comma (,)
82+
<br />
83+
*Header:* True
84+
85+
86+
**Structure**
87+
88+
| Column Name | Data Type | Description |
89+
| ------------- | ------------- | ------------- |
90+
| date | Date (yyyy-mm-dd) | The date when the data was recorded |
91+
| repository | Text | The name of the repository |
92+
| stars | Numeric | The number of times a repository has been starred |
93+
| watchers | Numeric | The number of users watching a repository |
94+
| forks | Numeric | The number of times a repository has been forked |
95+
96+
6997
</details>
7098

7199
<br /><br />

0 commit comments

Comments
 (0)