datacompy icon indicating copy to clipboard operation
datacompy copied to clipboard

Per-column tolerance settings and Timestamp support for Snowflake

Open mparaz opened this issue 7 months ago • 2 comments

Hi! I would like to specify the tolerance on a per-column basis instead for all. And do tolerance for Snowpark.

I've looked at the code and I think I can implement and contribute it. Do you have any guidelines for doing this? Would I need to implement it for Pandas and the others as well? Thanks!

mparaz avatar May 28 '25 03:05 mparaz

Hey @mparaz if you have a solution for snowflake we can take a look at the proposal and see how we could implement it for pandas and the other types. Would love your contribution!

fdosani avatar May 28 '25 11:05 fdosani

Hi! I have made the pull request for per-column tolerance settings. I found that timestamp tolerances are not necessary since I can use SQL when creating the Snowpark DataFrame to convert the timestamps to integers. Thanks!

mparaz avatar Jun 09 '25 13:06 mparaz