The Data Explorer is nteract's automatic visualization tool.
BSD 3-Clause "New" or "Revised" License
103
stars
12
forks
source link
[BUG] Can't render the data when the field values are indexed with numbers in the data object #94
Open
kjcho-msft opened 1 year ago
Issue: When the data in outputs are indexed with numbers, data-explorer can't render the output correctly.
This is how it is rendered:
Here is an example of the notebook. You can use this to reproduce the issue:
Note that if the data object uses the filed names, it will work correctly.