Skip to content

Commit 29a9d94

Browse files
committed
REAMDE minor updates
1 parent 4088301 commit 29a9d94

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@ to run examples install pyjanitor, rdflib and graphviz. After that you can insta
99

1010
```
1111
pip install pyjanitor rdflib graphviz
12-
cd $PYJVIZ_HOME
12+
git clone https://github.com/pyjanitor-devs/pyjviz.git
13+
cd pyjviz
1314
pip install -e .
1415
cd examples/scripts
1516
python a0.py
1617
```
1718

18-
Resulting logs are in ~/.pyjviz/rdflog - visualized output stored in .svg files.
19+
Resulting logs are in ~/.pyjviz - visualized output stored in .svg files.
1920

2021
## How pyjviz helps pyjanitor users?
2122

22-
Consider pyjanitor example why-janitor.py. Modified version is given below (also avaliable here):
23+
Consider pyjanitor example [why-janitor.py](https://github.com/pyjanitor-devs/pyjviz/blob/main/examples/scripts/why-janitor.py).
2324

2425
```python
25-
# using example from https://pyjanitor-devs.github.io/pyjanitor/#why-janitor as base
26+
# using example from https://pyjanitor-devs.github.io/pyjanitor/#why-janitor as starting point
2627

2728
import numpy as np
2829
import pandas as pd

examples/scripts/why-janitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# using example from https://pyjanitor-devs.github.io/pyjanitor/#why-janitor as base
1+
# using example from https://pyjanitor-devs.github.io/pyjanitor/#why-janitor as starting point
22

33
import numpy as np
44
import pandas as pd

0 commit comments

Comments
 (0)