https://github.com/datasets/browser-stats
Web browser usage statistics
https://github.com/datasets/browser-stats
Last synced: about 1 year ago
JSON representation
Web browser usage statistics
- Host: GitHub
- URL: https://github.com/datasets/browser-stats
- Owner: datasets
- Created: 2013-02-03T18:09:05.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T16:10:14.000Z (over 1 year ago)
- Last Synced: 2025-04-12T02:37:10.334Z (about 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 20
- Watchers: 10
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web browser usage statistics over time.
## Data
Primary data source is [W3Schools browser statistics](http://www.w3schools.com/browsers/browsers_stats.asp). The data provided comes from the log files of W3Schools' servers.
`data.csv` contains usage statistics for both current browsers as well as several now-defunct browsers.
`data-extant.csv` only includes data for current browsers.
## Preparation
This package includes `scripts/process.py` to scrape the data. Currently it is required to manually change the index to match which calendar year's table data to act on.
## License
Non-commerical use of this data appears to be covered under W3Schools' Fair Use in their [Terms of Use](http://www.w3schools.com/about/about_copyright.asp), but please review these terms or contact W3Schools yourself to clarify terms for your specific usage.