Skip to content

Commit 5e4e8e0

Browse files
author
Christopher Doris
committed
update readme text to match image
1 parent e6f9870 commit 5e4e8e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ To get started, read the [documentation](https://cjdoris.github.io/PythonCall.jl
2121

2222
## Example 1: Calling Python from Julia
2323

24-
In this example, we use `PythonCall.jl` from an IJulia notebook to inspect the Iris dataset:
25-
- We load the Iris dataset as a Julia `DataFrame` using `RDatasets.jl`.
26-
- We use `pypandasdataframe(df)` to convert it to a Python `pandas.DataFrame`.
27-
- We use the Python package `seaborn` to produce a pair-plot, which is automatically displayed.
24+
In this example, we use `PythonCall.jl` from a [`Pluto`](https://github.com/fonsp/Pluto.jl) notebook to inspect the Iris dataset:
25+
- We load the Iris dataset as a Julia [`DataFrame`](https://dataframes.juliadata.org/stable/) using [`RDatasets.jl`](https://github.com/JuliaStats/RDatasets.jl).
26+
- We use `pytable(df)` to convert it to a Python [`pandas.DataFrame`](https://pandas.pydata.org/).
27+
- We use the Python package [`seaborn`](https://seaborn.pydata.org/) to produce a pair-plot, which is automatically displayed.
2828

2929
![Seaborn example screenshot](https://raw.githubusercontent.com/cjdoris/PythonCall.jl/master/examples/seaborn.png)
3030

0 commit comments

Comments
 (0)