Currently the python data pipeline API implementation uses numpy arrays as its array type, but these only support names on a single dimension (labelled columns). This suggests that we might need to make an Array class to encapsulate the full functionality defined in the spec.
Currently the python data pipeline API implementation uses numpy arrays as its array type, but these only support names on a single dimension (labelled columns). This suggests that we might need to make an Array class to encapsulate the full functionality defined in the spec.