Skip to content

Use Python data structures to define datashape #71

Description

@mrocklin

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions