Manlai Amar
Manlai Amar
I can work on the PR to fix the main issue.
@rhshadrach the use case here is not `np.swapaxes(df)` itself, it's `np.split(df)`, which apparently uses `np.swapaxes` under the hood.
@rajat315315 I was actually working on a PR. Didn't think anybody would come in this fast lol. Anyway, let me know if you want to collaborate. I'm not a pandas...
I can take this. I can't find where to put the test cases though. Where are the `read_*` functions tested? I found python/cudf/cudf/tests/input_output/test_csv.py but it's empty at the moment.