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 f29e041 commit 2fc484dCopy full SHA for 2fc484d
doc/source/tutorial/pandas.rst
@@ -4,6 +4,7 @@ Compatibility with pandas
4
To convert an Array object into a pandas DataFrame, the method :py:meth:`~Array.to_frame` can be used:
5
6
.. ipython:: python
7
+
8
from larray import *
9
csv_dir = get_example_filepath('examples')
10
pop = read_csv(csv_dir + '/pop.csv')
0 commit comments