benmiroglio / pymatch

MIT License
272 stars 128 forks source link

Fix is_continuous for quoted variable names #27

Closed ktmud closed 4 years ago

ktmud commented 4 years ago

17 fixed Pandas API, but broke the is_continuous function, as well

as the two core APIs: compare_categorical and compare_continuous.

This PR fixed those and also added a sample loan.csv to the repo so contributors can reproduce the notebook.

benmiroglio commented 4 years ago

thanks for this @ktmud