rpgoldman
rpgoldman
OK, I see part of the problem: when I typed the integers into those cells, I got *strings* (the names of the integers) instead of integers (I could see because...
OK, I have reloaded my data frame into pandastable, this time setting it up to throw me into the `pdb` on exceptions (which are otherwise, I think, swallowed by dataexplore)....
I was thinking of replacing the class attribute with a property, and make the setter do the coercion. I'll submit a PR in a moment.
See #108.
Would it be possible to throw the errors into a pop-up menu? I've never used tkinter, but I have used Tcl+Tk, so if you could point me at code that...
No, I'm afraid I have never tried. Note, though, that the string command, which is where this error arises, is not likely to be used by any but programmers, so...
See #110. Note that this is **not** ready for merge -- it's just a starting point. But it might be helpful for you, as well as me.
This does not work fully in its current form, because of signatures overlap: ``` /opt/hostedtoolcache/Python/3.7.6/x64/lib/python3.7/site-packages/numpy-stubs/__init__.pyi:417: error: Overloaded function signatures 4 and 8 overlap with incompatible return types /opt/hostedtoolcache/Python/3.7.6/x64/lib/python3.7/site-packages/numpy-stubs/__init__.pyi:421: error: Overloaded...
Removing the `covariant` specification leads to *more* errors in the mypy test, not less. So I could use some help figuring out what is wrong here, and how to fix...
@thomkeh This is an attempt to move towards using `Sequence` where the existing code has `List`, which is not as inclusive as numpy is. But as you can see, it...