Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Get PyPI packages general
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fconil small programs
Packaging
Get PyPI packages general
Commits
046e2ba9
Commit
046e2ba9
authored
1 year ago
by
Françoise Conil
Browse files
Options
Downloads
Patches
Plain Diff
Fix a header and add a link to the dataset page
parent
8587f25a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-1
3 additions, 1 deletion
README.md
with
3 additions
and
1 deletion
README.md
+
3
−
1
View file @
046e2ba9
...
...
@@ -35,6 +35,8 @@ WHERE (date_part('year', uploaded_on) >= '2018') AND skip_reason = ''
GROUP BY project_name, project_version, project_release
```
You can download the csv and the sqlite files
[
here
](
https://dataset-dl.liris.cnrs.fr/pypi-projects-backends/
)
### CSV to sqlite3
An
[
SQLite
](
https://sqlite.org/index.html
)
database is created with this
...
...
@@ -242,7 +244,7 @@ FROM version_releases_types
GROUP BY project_name;
```
##
New analysis
##
New analysis
The first created table,
`pyprojects holds 8 742 125 `
project_release
`
(source and binary packages) from 410 944 `
project_name
`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment