-Right now it shows you a FastTable some basic visualisations. But here is the problem - if you have a DataFrame of textual data, Inspector will try to show you a boxplot in one of its views. I think that DataFrame should automatically detect the kind of data that is stored in it (and not just the classes of values, but also have some "intuition" about the purpose of this data - is it discrete, or does it represent continuous values, like time series? is it a matrix of numbers, for example, a MNIST image, or a list of students with names, grades etc.). When DataFrame has this information about the data, it should change its behaviour accordingly. For example, Inspector must show you statistical data with visualizations (the right visualization could also be detected automatically), textual data in some readable (and searchable / editable) form , images as images etc.
0 commit comments