Skip to content
Snippets Groups Projects
Commit 046e2ba9 authored by Françoise Conil's avatar Françoise Conil
Browse files

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
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment