Skip to content

Not able to load tables from .sqlite database #244

Answered by wangxiaoying
deepakpunia20 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @deepakpunia20 , can you try the newest alpha version pip install connectorx==0.2.5-alpha.1 and see whether it works? You may also need to urlencode your file path like this:

import urllib

path = urllib.parse.quote("C:\\Users\\Deepak Punia\\rain.sqlite")
df = cx.read_sql(f"sqlite://{path}", query)

Replies: 2 comments 18 replies

Comment options

You must be logged in to vote
4 replies
@deepakpunia20
Comment options

@wangxiaoying
Comment options

@deepakpunia20
Comment options

@wangxiaoying
Comment options

Comment options

You must be logged in to vote
14 replies
@wangxiaoying
Comment options

@wangxiaoying
Comment options

@deepakpunia20
Comment options

@deepakpunia20
Comment options

@deepakpunia20
Comment options

Answer selected by wangxiaoying
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants