mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:39:03 +08:00
6455ec934b
* Index update * Fixed transpose bug with nan values * Fix lint * Add rename tests * Implement DataFrame.rename, DataFrame.rename_axis, and Index.set_names * Temp * Fixing rename for new index implementation Fix rebase merges * Fix rename and rename_axis to work with new index. Re-add pytest fixture Clean up rebase artifacts Remove index.py file * Addressing minor points * Addressing comments