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 f9f9c69 commit 3ab4818Copy full SHA for 3ab4818
doc/source/changes/version_0_28.rst.inc
@@ -281,22 +281,7 @@ Miscellaneous improvements
281
282
Closes :issue:`549`.
283
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
+* added argument `name` to `to_series` method allowing to set a name to the Pandas Series returned by the method.
300
301
302
Fixes
0 commit comments