Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Implement sort=None behavior #8

Merged
merged 4 commits into from
Oct 1, 2018
Merged

Conversation

lowerthansound
Copy link
Owner

@lowerthansound lowerthansound commented Oct 1, 2018

Implement sort=None behavior and regression tests.

In this it is possible to see how sort=None behaved in the old DataFrame.append.

Regression tests have been tested against origin/MASTER and comprised most of the cases I could think of.

araraonline added 2 commits October 1, 2018 17:28
One thing not tested is the behavior when it is impossible to sort
(different dtypes being compared). In summary, it will warn, but only
when some kind of monoticity condition occurs.

The behavior for duplicates is not explicitely tested, but it behaves
almost the same as for when there are no duplicates. The new code should
fix it better.

To consider later, test whole dataframes instead of just indexes...
Might catch some unexpected errors.
@lowerthansound lowerthansound changed the base branch from master to secondtry October 1, 2018 21:06
@lowerthansound lowerthansound merged commit 4a54942 into secondtry Oct 1, 2018
@lowerthansound lowerthansound deleted the secondtry-sortnone branch October 1, 2018 21:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant