From 59021db2b2f6a2165c262e6f826d367e5e142b9e Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Fri, 22 Nov 2019 12:07:37 -0500 Subject: [PATCH] indicates support for value_counts (#63) --- docs/source/implementation/dataframe_supported.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/implementation/dataframe_supported.rst b/docs/source/implementation/dataframe_supported.rst index 0589632..8ea727e 100644 --- a/docs/source/implementation/dataframe_supported.rst +++ b/docs/source/implementation/dataframe_supported.rst @@ -62,7 +62,7 @@ https://github.com/adgirish/kaggleScape/blob/master/results/annotResults.csv rep +-------------------------+-------+------------------------------------------------+ | df.count | 399 | y | +-------------------------+-------+------------------------------------------------+ -| pd.value_counts | 397 | n | +| pd.value_counts | 397 | y | +-------------------------+-------+------------------------------------------------+ | df.sort_values | 390 | n | +-------------------------+-------+------------------------------------------------+