You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
other: path to database or PandaSQLite database object.
if_exists: behavior in case of table name conflicts. Can be 'fail', 'replace' or 'append'.
Example
# Import data from database at './example/data.sql'db.import_db('./example/data.sql')
# Import other PandaSQLite objectother_db=PandaSQLiteDB('./example/data.sql')
db.import_db(other_db)