MariaDB / mariadb_kernel

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

allow configuring %load magic to allow configuring the delimiter #43

Closed KiaraGrouwstra closed 1 year ago

KiaraGrouwstra commented 1 year ago

the %load magic now defaults to a hard-coded , separator. given how CSVs in practice have different commonly used separators, including ,, ; and tabs, I think it may be useful to enhance the magic to account for this.