scicloj / tablecloth

Dataset manipulation library built on the top of tech.ml.dataset
https://scicloj.github.io/tablecloth
MIT License
305 stars 27 forks source link

docstring for fold-by #61

Closed holyjak closed 2 years ago

genmeblog commented 2 years ago

Hi, thanks! This week I'm away. One hint: file tablecloth.api is generated. Documentation should go to the actual implementation of the function, ie: https://github.com/scicloj/tablecloth/blob/master/src/tablecloth/api/fold_unroll.clj#L8 Please move it there (it will be later propagated to the tablecloth.api namespace).

genmeblog commented 2 years ago

I've copied docstring manually to the proper place and it's included in the newest version.

holyjak commented 2 years ago

Thank you! Sorry that I forgot to follow up on this!

genmeblog commented 2 years ago

No worries! Thanks for writing these docstrings.