Use Python data structures to define datashape
Open
- Dominant language
- Python
- Stars
- 189
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
We currently use lots of internal data structures like `Tuple`, `Record` and `DataShape` to construct datashapes. Maybe we can get away with `tuple`, `ordereddict`, and `list`?
```
`10 * var * {name: string}`
DataShape([10, var, OrderedDict([['name', 'string']]))
```
This might make traversing these data structures much cleaner. I think that this choice should be mostly invisible to the user.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.