Should subarray always return a DataShape?
Open
easy
question
- Dominant language
- Python
- Stars
- 189
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
``` Python
In [1]: import datashape
In [2]: type(datashape.dshape('3 * int').subarray(1))
Out[2]: datashape.coretypes.CType
```
Bigger question: should component be valid `DataShape`s?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.