以下为卖家选择提供的数据验证报告:
数据描述
[UPDATED EVERY WEEK]
Have you wondered how popular are the Python libraries you use regularly on Kaggle (such as pandas, numpy) ?
This dataset lists the top 100 Python projects (or libraries) PER DAY, ranked based on the number of Github Stars, starting from 18 December 2018, almost 5 years back!
Attributes
date: Date where the record was collected
rank: 1-100, rank based on number of Github stars, sorted in decreasing order
item: Python
repo_name: Name of the Github repository of the Python project (library)
stars: Number of stars of the github repo
forks: Number of forks of the github repo
language: The language the repository is written in
repo_url: The link to the github repository
username: Creator of the github repository
issues: Number of active issues raised in the github repository
last_commit: The time of the most recent commit
description: Description of the Python project (library)
Reference https://github.com/EvanLi/Github-Ranking
EDA: https://www.kaggle.com/code/yeoyunsianggeremie/eda-of-popular-python-libraries-used-in-kaggle
