From 8da67855da0374cdfee1c888fc4ca7aee4b572b8 Mon Sep 17 00:00:00 2001 From: Juan Moises de la Serna Date: Wed, 1 Apr 2026 04:18:04 +0200 Subject: [PATCH 1/6] Add latamdata-py to Data-centric AI section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd9f008..de55b14 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,7 @@ * [cleanlab](https://github.com/cleanlab/cleanlab) - The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels. * [snorkel](https://github.com/snorkel-team/snorkel) - A system for quickly generating training data with weak supervision. * [dataprep](https://github.com/sfu-db/dataprep) - Collect, clean, and visualize your data in Python with a few lines of code. +* [latamdata-py](https://github.com/juanmoisesd/latamdata-py) - One-line access to 38 open research datasets from Latin America (health, neuroscience, mental health, economics). Real-world data for research and ML. ### Synthetic Data From 86363bc4b6befe20f206559a7d90cb215a2e6304 Mon Sep 17 00:00:00 2001 From: Juan Moises de la Serna Date: Wed, 1 Apr 2026 20:44:36 +0200 Subject: [PATCH 2/6] Create check-links.yml --- .github/workflows/check-links.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/check-links.yml diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml new file mode 100644 index 0000000..7a2d0c5 --- /dev/null +++ b/.github/workflows/check-links.yml @@ -0,0 +1,18 @@ +name: Check for broken links +on: + push: + branches: [ main, master ] + pull_request: + branches: [ main, master ] + schedule: + - cron: '0 9 * * 1' +jobs: + check-links: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Link Checker + uses: lycheeverse/lychee-action@v1.8.0 + with: + args: --verbose --max-retries 3 --timeout 10 '**/*.html' '**/*.md' + fail: true From 9d0f0149779af0189daeeb7a3dd99d1487497ad8 Mon Sep 17 00:00:00 2001 From: Juan Moises de la Serna Date: Mon, 6 Apr 2026 09:22:50 +0200 Subject: [PATCH 3/6] fix(open-science): add CITATION.cff --- CITATION.cff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..a53fd6b --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,12 @@ +cff-version: 1.2.0 +message: "If you use this software or dataset, please cite it as below." +type: software +authors: + - family-names: "de la Serna" + given-names: "Juan Moisés" + orcid: "https://orcid.org/0000-0002-8401-8018" + affiliation: "Universidad Internacional de La Rioja (UNIR)" +title: "awesome-python-data-science" +version: "1.0.0" +date-released: "2026-04-06" +url: "https://github.com/juanmoisesd/awesome-python-data-science" From e04c10849e68f21a4516da4e5121ce90d6ed44c8 Mon Sep 17 00:00:00 2001 From: Juan Moises de la Serna Date: Mon, 6 Apr 2026 09:22:50 +0200 Subject: [PATCH 4/6] fix(open-science): enhance README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index de55b14..9b69b7e 100644 --- a/README.md +++ b/README.md @@ -566,3 +566,12 @@ Read the de la Serna, J. M. (2026). *Awesome Python Data Science*. Universidad Internacional de La Rioja (UNIR). +> https://github.com/juanmoisesd/awesome-python-data-science + +See `CITATION.cff` for formatted references. From 3755aa33d28b0588de302b812ff1324fc0ca47a5 Mon Sep 17 00:00:00 2001 From: Juan Moises de la Serna Date: Mon, 6 Apr 2026 09:23:02 +0200 Subject: [PATCH 5/6] fix(open-science): enhance README From d1bb123f13db0cf7ed6592e483b0e455e51b2878 Mon Sep 17 00:00:00 2001 From: Juan Moises de la Serna Date: Mon, 6 Apr 2026 09:29:56 +0200 Subject: [PATCH 6/6] fix(open-science): enhance README