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

Expose the TMD functions used for varying printing behavior #25

Open ashimapanjwani opened 3 years ago

ashimapanjwani commented 3 years ago

TMD recently added the following functions which can be used to vary the printing behavior:

Can we expose these from Tablecloth so that they can be used directly?

genmeblog commented 3 years ago

Yes! Of course. I will add them in the next release.

genmeblog commented 3 years ago

What do you think about making one function instead of four? Like print-ds with dispatching parameter

ashimapanjwani commented 3 years ago

That sounds good to me. If you want maybe I can take that up

genmeblog commented 3 years ago

Yes, thank you!