Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite3.OperationalError: no such table: meat #16

Open
alpha0067 opened this issue Mar 22, 2022 · 0 comments
Open

sqlite3.OperationalError: no such table: meat #16

alpha0067 opened this issue Mar 22, 2022 · 0 comments

Comments

@alpha0067
Copy link

hi, i think pysqldf is more powerful library than pandasql.
According to the author's example:
from pysqldf import SQLDF, load_meat, load_births
sqldf = SQLDF(globals())
meat = load_meat()
births = load_births()
print sqldf.execute("SELECT * FROM meat LIMIT 10;").head()
i find the hint that sqlite3.OperationalError: no such table: meat
who can help me?
pandas 1.2.4 python 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant