python-swat icon indicating copy to clipboard operation
python-swat copied to clipboard

CasTableGroupBy documentation is wrong

Open pkaczynski opened this issue 2 years ago • 0 comments

There's value_counts method in the documentation. https://sassoftware.github.io/python-swat/generated/swat.cas.table.CASTableGroupBy.value_counts.html#swat.cas.table.CASTableGroupBy.value_counts

There's no such method in the implementation. There's count() instead, which is not documented, though.

pkaczynski avatar May 17 '22 14:05 pkaczynski