From e210cb691c84dda63dda5560892c04e4cda90ed8 Mon Sep 17 00:00:00 2001 From: Sahil Dilwali Date: Wed, 18 Jan 2023 11:40:55 -0600 Subject: [PATCH] Update README.rst Removing duplicate entry for pandas --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 2e07279..6c6ee93 100644 --- a/README.rst +++ b/README.rst @@ -53,9 +53,6 @@ In no particular order: * `scikits.timeseries `_ also has a time-series-specific object that's somewhat reminiscent of labeled arrays. -* `pandas `_ is based around a number of - DataFrame-esque datatypes. - * `pydataframe `_ is supposed to be a clone of R's data.frame.