capitalone / datacompy

Pandas, Polars, and Spark DataFrame comparison for humans and more!
https://capitalone.github.io/datacompy/
Apache License 2.0
420 stars 124 forks source link

non-join column unicode fix #285

Closed fdosani closed 3 months ago

fdosani commented 3 months ago

Fixes #284

Adding in escape ` to ensure unicode chars which are not part of the join columns also work.

fdosani commented 3 months ago

@jdawang sorry needed to bump the version too.