Hello everyone, I’m trying to develop a GUI to modify and make computation on Pandas DataFrames with the PyQt5 module. I could actually display my DataFrame, and Edit specific column or not. It’s displayed in a QTableWidget. I tried to implement a QItemDelagate with the QDoubleValidator to write only specifics numbers in cols. This is my function : I can