forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix from_records() column reorder issue, if columns!=None use pa…
…ssed param (pandas-dev#59717) (pandas-dev#59809) * BUG: Fix columns param reorder issue - if columns!=None, use passed param (pandas-dev#59717) * Add tests for to_arrays() * Fix import order with isort * fix sort * Update datatype to int32 * Fis test * Revert commit * Add test for DaaFrame.from_records() * Apply comments * Delete test_to_arrays.py
- Loading branch information
Vibavari Gurunathan
authored
Sep 25, 2024
1 parent
4b22453
commit 7543426
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters