swat.cas.table.CASTable.nsmallest

CASTable.nsmallest(self, n, columns, keep='first', casout=None)

Return the n smallest values ordered by columns

Parameters
nint

Return this many ascending sorted values.

columnslist-of-strings or string

Column name or names to order by.

keepstring, optional

Not implemented.

Returns
pandas.Series