From bc814920fe02c4c736917475e620787397088ec8 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Tue, 6 Aug 2024 07:28:27 +0200 Subject: [PATCH] Updated description --- .docs/examples/health.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.docs/examples/health.md b/.docs/examples/health.md index 4193a2c2f6..ebd2673c44 100644 --- a/.docs/examples/health.md +++ b/.docs/examples/health.md @@ -4,7 +4,7 @@ author: Martin Weise ## tl;dr -[:fontawesome-solid-database: Dataset](https://dbrepo1.ec.tuwien.ac.at/pid/52){ .md-button .md-button--primary target="_blank" } +[:fontawesome-solid-database: Dataset](https://dbrepo1.ec.tuwien.ac.at/database/32/info){ .md-button .md-button--primary target="_blank" } ## Description @@ -14,11 +14,12 @@ pressure. The original dataset is available on [Kaggle](https://doi.org/10.34740 ## Solution -TBD +Importing the original dataset from Kaggle into DBRepo allows for exploratory analysis and increased value for secondary +use, e.g. with our [`pandas`](https://pypi.org/project/pandas/)-compatible [Python Library](../../api/python). ## DBRepo Features - [x] System versioning - [x] Subset exploration -- [x] Large dataset (3 tables, largest contains >35 million rows) +- [x] Large dataset (3 tables, around 6GB) - [x] External data access for analysis -- GitLab