Rob deCarvalho

Results 20 comments of Rob deCarvalho

I've been a bit awol the past few months. Thanks for raising issue. I'll address it soon.

@adamerose The toy example you provided (copied below) works fine on my copy of osx cataline ```python import sys from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5.QtCore import Qt app...

@adamerose I just updated to version pandasgui==0.2.5.1, and drag and drop appears to be working now. Thanks for the quick turn around. This issue can be closed as far as...

If it's at all helpful sorting this out, here are the exact versions that are working for me. on Catalina ``` Python 3.6.8 :: Anaconda, Inc. pandasgui==0.2.5.1 PyQt5==5.15.1 PyQt5-sip==12.8.1 PyQtWebEngine==5.15.1...

FWIW. I just checked. I have opencv installed as well. Didn't know there could be an interaction there, as I almost never use it. ``` opencv-python==4.2.0.32 ```

Thanks for the suggestion. I'll put some thought into whether or not this can be cleanly implemented.

@partounian As I said above, I love sack and use it probably 30 times a day. I have it configured to use ag right now. This may not be what...

You are correct. This problem goes away with pandas downgrade. I was able to circumvent the problem and remain in pandas 2.2 by explicitely casting those fields to datetime. I'm...

@cpcloud I haven't played much with pandas outside the numpy types, so I'm not sure how everything is put together. One thing to keep in mind is that if users...

Yikes! That sounds like a nightmare! Well, it sounds like you all are already pretty good of this, but putting thought into the the maintenance burden of your downstream users...