I've started using DataFrame, it's great to have this functionality
easily available, and noticed a few issues with the inspector:
Thank you for using and improving DataFrame!
I have created the corresponding issues on GitHub:
1. The inspector always shows row numbers and not the supplied name.
https://github.com/PolyMathOrg/DataFrame/issues/25
2. The last column label isn't displayed.
https://github.com/PolyMathOrg/DataFrame/issues/26
If I remember correctly, there has been some discussion about making the
column widths draggable in the inspector (this is really a FastTable issue).
I would prefer to have a context menu that is "size to fit". This could be
potentially expensive to calculate, so it would be user-initiated.
https://github.com/PolyMathOrg/DataFrame/issues/27
I have a patch that addresses the first issue, although I'm not
completely happy with it, and I'll take a look at the second issue.
It would be really great if you could make some progress on these issues. I think that inspection tools are very important, but unfortunately, my experience with FastTable is very limited.
I am writing a contribution guide for DataFrame:
https://github.com/PolyMathOrg/DataFrame/blob/master/CONTRIBUTING.md
It's not ready yet, but you can use it to get a general idea of how to push changes or make pull requests.
Please, let me know if you have any problems.
Thank you very much for your contribution!