databendlabs / bendsql

Databend Native Client
Apache License 2.0
49 stars 26 forks source link

feat: expose load from csv file via Python driver #504

Open rad-pat opened 1 week ago

rad-pat commented 1 week ago

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.