DataFrame inspector issues

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

DataFrame inspector issues

alistairgrant
Hi Everyone,

I've started using DataFrame, it's great to have this functionality
easily available, and noticed a few issues with the inspector:

1. The inspector always shows row numbers and not the supplied name.

2. The last column label isn't displayed.

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.

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.


Thanks very much,
Alistair

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: DataFrame inspector issues

Oleksandr Zaitsev

Hello!

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!
Oleks

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.