Hello,
I am have a Python program that reads data from an Oracle database into a Pandas DataFrame.
I then use Cypher to unwind the rows and create nodes with properties.
Sometimes the values returned from Oracle are null. In the case of numeric fiel...