Skip to content

DataArray is hard to type. darray? #16

Description

@kwgoodman

DataArray is hard to type:

>>> from datarray import DataArray
>>> dar = DataArray([1,2,3])

Can we shorten it? Would darray work?

>>> from datarray import darray
>>> dar = darray([1,2,3])

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions