Commit e52e8f8
feat: add 'columns' as an alias for 'col_order' (#701)
* feat: add 'columns' as an alias for 'col_order'
* Added test to test alias correctness
* reformatted with black
* refactored to alias checking and testing
* Reformatted tests for columns alias
* feat: add 'columns' as an alias for 'col_order'
* Added test to test alias correctness
* reformatted with black
* refactored to alias checking and testing
* Reformatted tests for columns alias
* Made col_order a keyword argument and added to-do
* Edit todo comment
* Fixed small error in docstring
* Fixed valueerror message
* reformatted with black
---------
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>1 parent 5a558e4 commit e52e8f8
3 files changed
+53
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
| 754 | + | |
753 | 755 | | |
754 | 756 | | |
755 | 757 | | |
| |||
773 | 775 | | |
774 | 776 | | |
775 | 777 | | |
776 | | - | |
| 778 | + | |
777 | 779 | | |
778 | 780 | | |
779 | 781 | | |
| |||
888 | 890 | | |
889 | 891 | | |
890 | 892 | | |
| 893 | + | |
| 894 | + | |
891 | 895 | | |
892 | 896 | | |
893 | 897 | | |
| |||
966 | 970 | | |
967 | 971 | | |
968 | 972 | | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
969 | 981 | | |
970 | | - | |
971 | | - | |
972 | | - | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
973 | 986 | | |
974 | 987 | | |
975 | 988 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
603 | 637 | | |
604 | 638 | | |
605 | 639 | | |
| |||
0 commit comments