Skip to content

DataArray is hard to type. darray? #16

@kwgoodman

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])

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