python-swat
python-swat copied to clipboard
CasTableGroupBy documentation is wrong
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.