(inspect-table data)
creates a graphical (Swing) inspector on the supplied regular data, which must be a sequential data structure of data structures of equal length
(use 'clojure.inspector)
(inspect-table [{:a 1 :b 2 :c 3}{:a 4 :b 5 :c 6}])