Jul 24, 2017 · 1 min read
Thank you!
You are right, pretty printing is a plan for future. I beautified the output before putting it into an article to make it more readable. But I do plan to automate this process in the nearest future.
There is also a method DataFrame>>show which opens an FTTableMorph with your data frame. This feature is still under development, so it can fail on some data frames. But it definitely works with Iris, so try this: DataFrame loadIris show
