Commit 602ae10
authored
DOC: Fix "kwargs" description for .assign() (pandas-dev#60588)
Fix "kwargs" description for .assign()
"kwargs" isn't a dict; the keyword arguments are *converted* to a dict.
Secondly, keyword arguments are strings by definition.1 parent edf00e9 commit 602ae10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5009 | 5009 | | |
5010 | 5010 | | |
5011 | 5011 | | |
5012 | | - | |
| 5012 | + | |
5013 | 5013 | | |
5014 | 5014 | | |
5015 | 5015 | | |
| |||
0 commit comments