Skip to content

Commit 2fc484d

Browse files
committed
(bis) fixed not defined pop array in pandas.rst
1 parent f29e041 commit 2fc484d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/tutorial/pandas.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Compatibility with pandas
44
To convert an Array object into a pandas DataFrame, the method :py:meth:`~Array.to_frame` can be used:
55

66
.. ipython:: python
7+
78
from larray import *
89
csv_dir = get_example_filepath('examples')
910
pop = read_csv(csv_dir + '/pop.csv')

0 commit comments

Comments
 (0)