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 be948c7 commit 7697273Copy full SHA for 7697273
README.md
@@ -8,9 +8,10 @@ A Library (with accompanying cli tool) to transform [Pandas](https://pandas.pyda
8
python -m pip install dgraphpandas
9
```
10
11
-## Usage
+- [Documentation](https://kiran94.github.io/dgraphpandas/)
12
+- [PyPi](https://pypi.org/project/dgraphpandas/)
13
-[Documentation](https://kiran94.github.io/dgraphpandas/)
14
+## Usage
15
16
### Command Line
17
@@ -95,4 +96,4 @@ Alternatively, you could call the underlying methods
95
96
intrinsic, edges = horizontal_transform('solar_system.csv', config, "planet")
97
# Generate RDF Upsert statements
98
intrinsic_upserts, edges_upserts = generate_upserts(intrinsic, edges)
-```
99
+```
0 commit comments