From 046e2ba9a4571cecbfd97068dec8c3cee10a925c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7oise=20Conil?= <francoise.conil@insa-lyon.fr> Date: Tue, 30 Jan 2024 17:04:48 +0100 Subject: [PATCH] Fix a header and add a link to the dataset page --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ff4b1..6164c91 100644 --- a/README.md +++ b/README.md @@ -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`. -- GitLab