Fixed 248. Extracted DataFramePresenter into a class.
Just a note: this new package is not present in the baseline so it will be present in DataFrame without been loaded. Is that what you want?
Maybe it deserves at least a group in the baseline even if we do not load it by default
Just a note: this new package is not present in the baseline so it will be present in DataFrame without been loaded. Is that what you want?
Maybe it deserves at least a group in the baseline even if we do not load it by default
Ah yes, I forgot to add it to the baseline. It must be in default group because it is required to inspect the data frame
In fact, I just extracted the inspect method (that was already in default baseline) into a class in order to promote reuse
@olekscode What do you want to do? Add the baseline in this PR or in a future PR?