MariaDB / mariadb_kernel

A MariaDB Jupyter kernel
BSD 3-Clause "New" or "Revised" License
30 stars 20 forks source link

allow configuring column separator in %load, fixes #43 #44

Closed KiaraGrouwstra closed 1 year ago

KiaraGrouwstra commented 1 year ago

this PR adds an additional parameter to %load, to allow importing CSVs using different delimiters, addressing #43.

additionally, this fixes a bug where the %load parameters previously had a gap, although this fix constitutes a breaking change.