From f5b37e643c802834dacbd560a2a60be208cf2fa4 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Wed, 12 Aug 2020 15:29:05 -0500 Subject: [PATCH] Update support matrix for Pandas 1.1 --- docs/source/reference/supported_apis.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/source/reference/supported_apis.rst b/docs/source/reference/supported_apis.rst index 94d9778..b526d8e 100644 --- a/docs/source/reference/supported_apis.rst +++ b/docs/source/reference/supported_apis.rst @@ -74,6 +74,8 @@ script instead of being modified manually. +---------------------------------------+------------+ | ``ed.DataFrame.axes`` | No | +---------------------------------------+------------+ +| ``ed.DataFrame.backfill()`` | No | ++---------------------------------------+------------+ | ``ed.DataFrame.between_time()`` | No | +---------------------------------------+------------+ | ``ed.DataFrame.bfill()`` | No | @@ -90,6 +92,8 @@ script instead of being modified manually. +---------------------------------------+------------+ | ``ed.DataFrame.combine_first()`` | No | +---------------------------------------+------------+ +| ``ed.DataFrame.compare()`` | No | ++---------------------------------------+------------+ | ``ed.DataFrame.convert_dtypes()`` | No | +---------------------------------------+------------+ | ``ed.DataFrame.copy()`` | No | @@ -252,7 +256,7 @@ script instead of being modified manually. +---------------------------------------+------------+ | ``ed.DataFrame.multiply()`` | No | +---------------------------------------+------------+ -| ``ed.DataFrame.ndim`` | No | +| ``ed.DataFrame.ndim`` | **Yes** | +---------------------------------------+------------+ | ``ed.DataFrame.ne()`` | No | +---------------------------------------+------------+ @@ -266,6 +270,8 @@ script instead of being modified manually. +---------------------------------------+------------+ | ``ed.DataFrame.nunique()`` | **Yes** | +---------------------------------------+------------+ +| ``ed.DataFrame.pad()`` | No | ++---------------------------------------+------------+ | ``ed.DataFrame.pct_change()`` | No | +---------------------------------------+------------+ | ``ed.DataFrame.pipe()`` | No | @@ -432,6 +438,8 @@ script instead of being modified manually. +---------------------------------------+------------+ | ``ed.DataFrame.update()`` | No | +---------------------------------------+------------+ +| ``ed.DataFrame.value_counts()`` | No | ++---------------------------------------+------------+ | ``ed.DataFrame.values`` | **Yes** | +---------------------------------------+------------+ | ``ed.DataFrame.var()`` | **Yes** | @@ -650,6 +658,8 @@ script instead of being modified manually. +---------------------------------------+------------+ | ``ed.Series.axes`` | No | +---------------------------------------+------------+ +| ``ed.Series.backfill()`` | No | ++---------------------------------------+------------+ | ``ed.Series.between()`` | No | +---------------------------------------+------------+ | ``ed.Series.between_time()`` | No | @@ -664,6 +674,8 @@ script instead of being modified manually. +---------------------------------------+------------+ | ``ed.Series.combine_first()`` | No | +---------------------------------------+------------+ +| ``ed.Series.compare()`` | No | ++---------------------------------------+------------+ | ``ed.Series.convert_dtypes()`` | No | +---------------------------------------+------------+ | ``ed.Series.copy()`` | No | @@ -840,6 +852,8 @@ script instead of being modified manually. +---------------------------------------+------------+ | ``ed.Series.nunique()`` | **Yes** | +---------------------------------------+------------+ +| ``ed.Series.pad()`` | No | ++---------------------------------------+------------+ | ``ed.Series.pct_change()`` | No | +---------------------------------------+------------+ | ``ed.Series.pipe()`` | No |