Pandas-to_sql-upsert
Pandas-to_sql-upsert copied to clipboard
How to use
Hi i have a problem using this variable:
filter_continuous_col:
I give it a date column for example but how does it define the min and max?
Thx a lot!
Fons
Hi @fux002 - the min/max values to query from your database are calculated from the min/max datetime values in your datagrams.
For example if my filter_continuous_column value is my date
and the colum contains safeties from 2018-09-01 to 2018-09-12, then the function here will check the database for duplicates in that date range.