https://github.com/songquanpeng/statistic-examples
Some python statistic examples.
https://github.com/songquanpeng/statistic-examples
Last synced: 5 months ago
JSON representation
Some python statistic examples.
- Host: GitHub
- URL: https://github.com/songquanpeng/statistic-examples
- Owner: songquanpeng
- Created: 2021-01-14T05:29:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T05:40:11.000Z (over 4 years ago)
- Last Synced: 2025-02-26T09:38:29.883Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statistic Examples
README 中文版本
## 描述
一些数据统计的例子,包含:
1. 调用 Github API 获取某一年度某语言的最热新生项目。
2. 统计会议论文收录情况。部分例子参考他人之成果,已在相应的源文件的开头注明。
## Description
Some statistic examples include:
1. Get the most popular repositories on GitHub of specified year and specified language.
2. Analysis the accepted papers of OpenReview conference.