You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you decide to go with option 2, I have a new library that I've been working on for the past weeks: it's called TableKitty 🐈 .
I made it as an alternative to TableRex, but with a very different and compact API, and with an integration with Table. It's not documented yet, but I have examples in the tests cases.
I just released version 0.1.0 and I plan to continue polishing the options and documentation.
There is one example of how we would print an Explorer DF in the tests, but you could just do TableKitty.print(df) and it would print a basic version of the dataframe.
That said, it's totally fine if you decide to follow a different approach, or use another lib :)
Explorer.DataFrame.print/2
uses the TableRex dependency. We're currently getting a warning from it:This warning is internal to TableRex. There's an issue about it with a fix:
But I get the sense that this project isn't maintained all that actively.
I see three options to address:
Those are ordered by increasing difficulty. (3) in particular is a lot of work.
The text was updated successfully, but these errors were encountered: