Skip to content

stuck on the basics: how do I import a .csv file into a table in xeus sqlite Jupyterlab? #148

@SugarRayLua

Description

@SugarRayLua

Hi, and thanks for developing xeus sqlite for Jupyter.

Unfortunately, I'm stuck on the basics. I successfully installed xeus sqlite on my x86 Linux machine and created a new database. However, I can't seem to figure out how to next import .csv file into a sqlite table with xeus sqlite. The sqlite .commands don't seem to work as illustrated below:

%CREATE /home/mikes/Databases-sqlite/testSQLite.db namedb
%LOAD /home/mikes/Databases-sqlite/testSQLite.db
.mode csv
Error: near ".": syntax error
.import /home/mikes/R-files/mtcars.csv testTable
Error: near ".": syntax error

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions