Extends QTableWidget with some useful functions for automatic data handling. Can automatically format and display:
numpy arrays numpy record arrays metaarrays list-of-lists [[1,2,3], [4,5,6]] dict-of-lists {‘x’: [1,2,3], ‘y’: [4,5,6]} list-of-dicts [
{‘x’: 1, ‘y’: 4}, {‘x’: 2, ‘y’: 5}, {‘x’: 3, ‘y’: 6}]
Types allowed: 1 or 2D numpy array or metaArray 1D numpy record array list-of-lists, list-of-dicts or dict-of-lists
Copy selected data to clipboard.
Return 1) a function that will provide an iterator for data and 2) a list of header strings