We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5aec66 commit 3ba34f5Copy full SHA for 3ba34f5
pandas/core/arraylike.py
@@ -142,14 +142,6 @@ def __add__(self, other):
142
elk 2.0 501.5
143
moose 3.1 801.5
144
145
- Keys of a dictionary are aligned to the DataFrame, based on column names;
146
- each value in the dictionary is added to the corresponding column.
147
-
148
- >>> df[["height", "weight"]] + {"height": 0.5, "weight": 1.5}
149
- height weight
150
- elk 2.0 501.5
151
- moose 3.1 801.5
152
153
When `other` is a :class:`Series`, the index of `other` is aligned with the
154
columns of the DataFrame.
155
0 commit comments