Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add classifiers table #29

Merged

Conversation

edgarrmondragon
Copy link
Contributor

Closes #28

@edgarrmondragon
Copy link
Contributor Author

This is an example query

select name, count(distinct package_name) from classifiers where name like 'Programming Language :: Python :: 3%' group by 1 order by 2 desc;
name count(distinct package_name)
Programming Language :: Python :: 3 254803
Programming Language :: Python :: 3.8 99431
Programming Language :: Python :: 3.9 93880
Programming Language :: Python :: 3.7 86250
Programming Language :: Python :: 3.10 80917
Programming Language :: Python :: 3.6 78359
Programming Language :: Python :: 3.11 60005
Programming Language :: Python :: 3.5 46703
Programming Language :: Python :: 3.4 35560
Programming Language :: Python :: 3 :: Only 29212
Programming Language :: Python :: 3.12 26282
Programming Language :: Python :: 3.3 15959
Programming Language :: Python :: 3.2 5643
Programming Language :: Python :: 3.1 1498
Programming Language :: Python :: 3.13 1404
Programming Language :: Python :: 3.0 1083

@jonathan-s
Copy link

Also interested in getting this into the dataset.

@jonathan-s
Copy link

Also code looks good to me!

@edgarrmondragon
Copy link
Contributor Author

Ping @sethmlarson :)

Copy link
Owner

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try seeing how this affects the database size.

@sethmlarson sethmlarson merged commit 9dcce18 into sethmlarson:main Jul 3, 2024
@edgarrmondragon edgarrmondragon deleted the add-table-classifiers branch July 3, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a "classifiers" table
3 participants