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 ff03b3e commit f29e041Copy full SHA for f29e041
doc/source/tutorial/pandas.rst
@@ -4,6 +4,9 @@ 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
+ from larray import *
8
+ csv_dir = get_example_filepath('examples')
9
+ pop = read_csv(csv_dir + '/pop.csv')
10
11
df = pop.to_frame()
12
df
0 commit comments