mirror of
https://github.com/shizand/statapp.git
synced 2025-10-30 19:57:12 +03:00
@@ -33,3 +33,6 @@ class InputValuesModel(EditableTableModel):
|
||||
|
||||
def getY(self):
|
||||
return self._data[:, 0]
|
||||
|
||||
def removeCol(self, index: int):
|
||||
self.updateAllData(np.delete(self._data, index, axis=1))
|
||||
|
||||
Reference in New Issue
Block a user