From 3ec8c47679b12dc4dfe9d23b2f02a92ac76997df Mon Sep 17 00:00:00 2001 From: Otto Fajardo Date: Thu, 19 Sep 2024 15:57:06 +0200 Subject: [PATCH] [skip ci] Readme updated with link to pysummaries --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 995308d..a92825b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ If you would like to read SPSS, SAS or STATA files into python in an easy way, take a look to [pyreadstat](https://github.com/Roche/pyreadstat), a wrapper around the C library [ReadStat](https://github.com/WizardMac/ReadStat). +If you would like to effortlessly produce beautiful summary tables from pandas +dataframes, take a look to [pysummaries](https://github.com/Genentech/pysummaries) + Moving from R to Python and fighting against indentation issues? Missing curly braces? Missing the <- operator for assignment? Then try [PytwisteR](https://github.com/ofajardo/pytwister)! Python with a twist of R! (note: it works, but it's only a joke)