Closed BorisTherin closed 8 months ago
sry for the bug label, started with github last year & not really used to provide issues in such great repository, sounds like the documentation tag shall fit better, but sounds like i cant no more change it
@BorisTherin This is was resolved in #181 Thanks for binging this up.
hi awesome team.
i had troubles with pivot function documentation with nodejs-polars in my juspyterlab deno kernel
pivot doc
here the example is something wrong:
here my code to make pivot works:
Hopefully the
pivot(values, options)
documentation drived me to the solution when the example was wrong withdf.pivot({values:"baz", index:"foo", columns:"bar"});
where values is missing as 1st argument