Quantipy / quantipy

Python for people data
MIT License
66 stars 14 forks source link

ChainManager: export/assign fails if sigtesting is present. #1299

Open alextanski opened 5 years ago

alextanski commented 5 years ago

This happens when the MultiIndex for the updated dataframe needs to be constructed in _reindex(). This requires to catch the sig-testing before, respect it in the original tuples and update the new ones accordingly before from_tuples() is called.