Fixed bug in Series.append dealing with xindex
This PR fixes a bug in Series.append
when dealing with xindex
by deleting the input xindex
unless we have all the information we need, and updating the test suite.
This PR fixes a bug in Series.append
when dealing with xindex
by deleting the input xindex
unless we have all the information we need, and updating the test suite.