cmmorrow / sci-analysis

An easy to use and powerful python-based data exploration and analysis tool
http://sci-analysis.readthedocs.io/en/latest/
MIT License
18 stars 1 forks source link

Original bool dtype pandas Series is being mutated by Categorical #54

Open cmmorrow opened 5 years ago

cmmorrow commented 5 years ago

Not sure where the bug is occurring or how the original Series is able to be mutated. The symptom is passing a bool dtype pandas Series to analyze() initially works, but the original Series is than converted to int, where True = 2 and False = 3.