please help me resolve it
from sqlalchemy import create_engine engine = create_engine(\'sqlite:///:memory:\') df.to_sql(\'data\', engine)
the err