py-why / dowhy

DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.
https://www.pywhy.org/dowhy
MIT License
7.01k stars 922 forks source link

Use pandas concat in binarize_discrete #955

Closed yoshiakifukushima closed 1 year ago

yoshiakifukushima commented 1 year ago

I raise PR for this issue(https://github.com/py-why/dowhy/issues/952).

In binarize_discrete(), using pd.concat().