Fixed metadata bugs in Array2D.__getitem__
This PR fixes a bug in Array2D.__getitem__
whereby changes to the x-axis metadata were being down twice, once in Series.__getitem__
and once in Array2D.__getitem__
.
This PR fixes a bug in Array2D.__getitem__
whereby changes to the x-axis metadata were being down twice, once in Series.__getitem__
and once in Array2D.__getitem__
.