You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ We will use the `PandasDataFrameIterator` from `Data2Neo.relational_modules.pand
64
64
```python
65
65
import neo4j
66
66
import pandas as pd
67
-
from Data2Neo.relational_modules.pandas import PandasDataFrameIterator
68
-
from Data2Neo import IteratorIterator, Converter, Attribute, register_attribute_postprocessor
69
-
from Data2Neo.utils import load_file
67
+
from data2neo.relational_modules.pandas import PandasDataFrameIterator
68
+
from data2neo import IteratorIterator, Converter, Attribute, register_attribute_postprocessor
69
+
from data2neo.utils import load_file
70
70
71
71
# Setup the neo4j uri and credentials
72
72
uri = "bolt:localhost:7687"
@@ -95,6 +95,6 @@ converter()
95
95
If you encounter a bug or an unexplainable behavior, please check the [known issues](https://github.com/jkminder/Data2Neo/labels/bug) list. If your issue is not found, submit a new one.
0 commit comments