Open
Description
Type: Bug
Behaviour
Expected vs. Actual
XXX
Steps to reproduce:
- Set default setting in @ext:ms-toolsai.datawrangler dataWrangler.outputRenderer: Pagination: Default Size to: 50
- have an empty df in a cell. (Not print, just the df) e.g.:
pd.DataFrame(columns=['ColumnA', 'ColumnB'])
Example of working correctly
- have a non-empty df in a cell:
df = pd.DataFrame([['value1', 'value2']], columns=['ColumnA', 'ColumnB'])