Posts by Paula Santos • 13 points
2 posts
-
1
votes2
answers856
viewsQ: Database graph does not show python matplotlib
The sketch of the graph appears, but empty , with no data. import sqlite3 import matplotlib.pyplot as plt import matplotlib.dates as mdates connection = sqlite3.connect('escola.db') c =…
-
0
votes0
answers667
viewsQ: Operationalerror: no such table: can anyone help me?
I am trying to read a sqlite file in Jupyter Notebook, however this error appears : Operationalerror: no such table: someone can help me? import sqlite3 conn = sqlite3.connect('escola.sqlite') c =…
pythonasked Paula Santos 13