Skip to content

Commit 3ab4818

Browse files
committed
updated changelog --> removed example for new argument name of to_series
1 parent f9f9c69 commit 3ab4818

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

doc/source/changes/version_0_28.rst.inc

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -281,22 +281,7 @@ Miscellaneous improvements
281281

282282
Closes :issue:`549`.
283283

284-
* added argument `name` to `to_series` method allowing to set a name to the Pandas Series returned by the method:
285-
286-
>>> arr = ndtest((2, 3))
287-
>>> arr
288-
a\b b0 b1 b2
289-
a0 0 1 2
290-
a1 3 4 5
291-
>>> arr.to_series('my_name')
292-
a b
293-
a0 b0 0
294-
b1 1
295-
b2 2
296-
a1 b0 3
297-
b1 4
298-
b2 5
299-
Name: my_name, dtype: int32
284+
* added argument `name` to `to_series` method allowing to set a name to the Pandas Series returned by the method.
300285

301286

302287
Fixes

0 commit comments

Comments
 (0)