Commit baf1d2c
authored
ENH: Add axis parameter to add_prefix and add_suffix (#48085)
* Add axis parameter to add_prefix and add_suffix
* Add axis parameter to add_prefix and add_suffix
* Added testcases
* docstring update
* docstring update
* updated whatsnew file
* updated whatsnew file
* updated whatsnew file
* review comments
* address merge conflixts
* address merge conflixts
* updated whatsnew
* review comments
* review comments
* review comments1 parent 3f9c042 commit baf1d2c
File tree
4 files changed
+91
-5
lines changed- doc/source/whatsnew
- pandas
- core
- tests
- frame/methods
- series/methods
4 files changed
+91
-5
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 | |
|---|---|---|---|
| |||
4619 | 4619 | | |
4620 | 4620 | | |
4621 | 4621 | | |
4622 | | - | |
| 4622 | + | |
4623 | 4623 | | |
4624 | 4624 | | |
4625 | 4625 | | |
| |||
4630 | 4630 | | |
4631 | 4631 | | |
4632 | 4632 | | |
| 4633 | + | |
| 4634 | + | |
| 4635 | + | |
| 4636 | + | |
4633 | 4637 | | |
4634 | 4638 | | |
4635 | 4639 | | |
| |||
4675 | 4679 | | |
4676 | 4680 | | |
4677 | 4681 | | |
4678 | | - | |
| 4682 | + | |
| 4683 | + | |
| 4684 | + | |
| 4685 | + | |
| 4686 | + | |
4679 | 4687 | | |
4680 | 4688 | | |
4681 | 4689 | | |
4682 | 4690 | | |
4683 | 4691 | | |
4684 | 4692 | | |
4685 | 4693 | | |
4686 | | - | |
| 4694 | + | |
4687 | 4695 | | |
4688 | 4696 | | |
4689 | 4697 | | |
| |||
4694 | 4702 | | |
4695 | 4703 | | |
4696 | 4704 | | |
| 4705 | + | |
| 4706 | + | |
| 4707 | + | |
| 4708 | + | |
4697 | 4709 | | |
4698 | 4710 | | |
4699 | 4711 | | |
| |||
4739 | 4751 | | |
4740 | 4752 | | |
4741 | 4753 | | |
4742 | | - | |
| 4754 | + | |
| 4755 | + | |
| 4756 | + | |
| 4757 | + | |
| 4758 | + | |
4743 | 4759 | | |
4744 | 4760 | | |
4745 | 4761 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments