Open alextanski opened 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.
_reindex()
from_tuples()
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 beforefrom_tuples()
is called.