Skip to content

Commit f40a213

Browse files
Update README.md
1 parent 4f3e617 commit f40a213

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ The following table provides an overview of the data that will be extracted and
3838
## Data Dictionary
3939

4040
<details>
41-
<summary><h3>&nbsp;Views and Unique Users</h3></summary>
41+
<summary><h3>&nbsp;User Traffic</h3></summary>
4242

4343

44-
The <a href="https://github.com/analyticsinmotion/github-stats/blob/main/data/views.csv">views.csv</a> file contains time series information relating to views and unique visitors to each repository for each day.
44+
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.
4545

4646
**File Details**
4747
<br />
48-
*Filename:* views
48+
*Filename:* traffic
4949
<br />
5050
*Extension:* .csv
5151
<br />
@@ -59,9 +59,11 @@ The <a href="https://github.com/analyticsinmotion/github-stats/blob/main/data/vi
5959
| Column Name | Data Type | Description |
6060
| ------------- | ------------- | ------------- |
6161
| date | Date (yyyy-mm-dd) | The date when the data was recorded |
62-
| repo | Text | The name of the repository |
62+
| repository | Text | The name of the repository |
6363
| views | Numeric | The number of repository views |
64-
| visitors | Numeric | The number of unique visitors to the repository |
64+
| unique_visitors | Numeric | The number of unique visitors to the repository |
65+
| clones | Numeric | The number of times a repository is cloned |
66+
| unique_cloners | Numeric | The number of unique cloners of the repository |
6567

6668
</details>
6769

@@ -73,15 +75,15 @@ The <a href="https://github.com/analyticsinmotion/github-stats/blob/main/data/vi
7375
github-stats
7476
├── .github
7577
│ └── workflows
76-
│ └── views.yml
78+
│ └── traffic.yml
7779
├── data
78-
│ └── views.csv
80+
│ └── traffic.csv
7981
├── .gitignore
8082
├── CHANGELOG.md
8183
├── README.md
8284
├── requirements.txt
8385
├── LICENSE
84-
└── views.py
86+
└── traffic.py
8587
<br /><br />
8688

8789

0 commit comments

Comments
 (0)