TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

DataFrame.transpose() returns 0 columns #111

Open johannes-kk opened 4 years ago

johannes-kk commented 4 years ago

Transposing a DataFrame with x rows and y columns now yields a new DataFrame with y rows and 0 columns. The behaviour is observed when running the original tests/test_datasets.cpp on master.