Currently, only exposed is to load a data array via stream_load method on Python driver which involves reading the data from file and passing into the method
It would be good to have a method to load from CSV file with options, and/or the ability to stage a file with the driver bindings.
Currently, only exposed is to load a data array via
stream_load
method on Python driver which involves reading the data from file and passing into the method It would be good to have a method to load from CSV file with options, and/or the ability to stage a file with the driver bindings.