danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

documentation says usage is df.groupby().get_groups(key) but is df.groupby().getGroup(key)

Open romarowski opened this issue 3 years ago • 1 comments

The documentations points to using get_groups() to return df of a particular group in group by. Documentation shows correct name of function is getGroup()

https://github.com/javascriptdata/danfojs/blob/f272a7eac7fb0a13be313f15e72d3506136093b6/src/danfojs-base/aggregators/groupby.ts#L524-L528

romarowski avatar Feb 02 '23 16:02 romarowski

Had the same issue as well, I needed to check the prototype of the object to figure out the name

GauravB159 avatar Nov 14 '23 18:11 GauravB159