indicates support for value_counts (#63)

This commit is contained in:
Michael Hirsch 2019-11-22 12:07:37 -05:00 committed by GitHub
parent 4935a7b4ee
commit 59021db2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ https://github.com/adgirish/kaggleScape/blob/master/results/annotResults.csv rep
+-------------------------+-------+------------------------------------------------+ +-------------------------+-------+------------------------------------------------+
| df.count | 399 | y | | df.count | 399 | y |
+-------------------------+-------+------------------------------------------------+ +-------------------------+-------+------------------------------------------------+
| pd.value_counts | 397 | n | | pd.value_counts | 397 | y |
+-------------------------+-------+------------------------------------------------+ +-------------------------+-------+------------------------------------------------+
| df.sort_values | 390 | n | | df.sort_values | 390 | n |
+-------------------------+-------+------------------------------------------------+ +-------------------------+-------+------------------------------------------------+