Pandas-to_sql-upsert icon indicating copy to clipboard operation
Pandas-to_sql-upsert copied to clipboard

How to use

Open Fux002 opened this issue 6 years ago • 1 comments

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

Fux002 avatar May 30 '18 20:05 Fux002

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.

ryanbaumann avatar Sep 29 '18 13:09 ryanbaumann