Skip to content

Commit 9256ef7

Browse files
committed
(bis) renamed aslarray() as asarray()
1 parent 8a2f37f commit 9256ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/tutorial/pandas.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ To convert an Array object into a pandas DataFrame, the method :py:meth:`~Array.
88
df = pop.to_frame()
99
df
1010
11-
Inversely, to convert a DataFrame into an Array object, use the function :py:func:`aslarray`:
11+
Inversely, to convert a DataFrame into an Array object, use the function :py:func:`asarray`:
1212

1313
.. ipython:: python
1414
15-
pop = aslarray(df)
15+
pop = asarray(df)
1616
pop

0 commit comments

Comments
 (0)