From f989af27b6b98376d4e74ebde3c8e975559e40ea Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Wed, 18 Jul 2018 13:16:40 +0200 Subject: [PATCH] Add link to Pandas --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 661be6e..8360e83 100644 --- a/README.md +++ b/README.md @@ -620,6 +620,7 @@ laboratories. Here is a list of online resources, which might be useful. - [Python](https://docs.python.org/3/) documentation - [Numpy and Scipy](https://docs.scipy.org/doc/) documentation + - [Pandas](https://pandas.pydata.org/) documentation - [Matplotlib](http://matplotlib.org/contents.html) documentation - [Orthogonal distance regression](https://docs.scipy.org/doc/scipy/reference/odr.html) - least square fit, which considers uncertainties in $`x`$ and $`y`$ directions. -- GitLab