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
In 'this line', insert_into_db(df, value, timestamp) is missing the input value 'db'. According to the definition, it should be insert_into_db(db, df, value, timestamp).
The text was updated successfully, but these errors were encountered:
In 'this line', insert_into_db(df, value, timestamp) is missing the input value 'db'. According to the definition, it should be insert_into_db(db, df, value, timestamp).
The text was updated successfully, but these errors were encountered: