From 973dec125b838bbec593dc241d71725266491389 Mon Sep 17 00:00:00 2001 From: Cosmin SAVEANU <cosmin.saveanu@pasteur.fr> Date: Tue, 21 Sep 2021 15:29:28 +0200 Subject: [PATCH] Add README --- Get rows py3/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Get rows py3/README.md diff --git a/Get rows py3/README.md b/Get rows py3/README.md new file mode 100644 index 0000000..f844c48 --- /dev/null +++ b/Get rows py3/README.md @@ -0,0 +1 @@ +A short Python script that I used for some time to easily combine tables. Today, I would mostly use R, maybe together with [duckdb](https://duckdb.org/), [sqldf/SQLite](https://cran.r-project.org/web/packages/sqldf/index.html) for the same type of operation. -- GitLab