For stage 1, I added a couple of changes in the notebook:
import pluto data with pandas for time comparison (optional, we can get rid of this one)
fix bug with connection: pygwalker library doesn't close connection, nor we have code for it. This resulted in issues when reconnecting to same database via duckdb. This commit closes connection after each pygwalker.
For stage 1, I added a couple of changes in the notebook:
pluto
data with pandas for time comparison (optional, we can get rid of this one)pygwalker
library doesn't close connection, nor we have code for it. This resulted in issues when reconnecting to same database via duckdb. This commit closes connection after eachpygwalker
.