blaze / blaze/datashape

Use Python data structures to define datashape

Open
#71 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.