Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Drop order and sort from pandas objects #15735

Merged
merged 1 commit into from
Mar 19, 2017

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Mar 19, 2017

Affected classes:

  1. Index
  2. Series
  3. DataFrame

xref #10726

Affect classes:

1) Index
2) Series
2) DataFrame

xref pandas-devgh-10726
@codecov
Copy link

codecov bot commented Mar 19, 2017

Codecov Report

Merging #15735 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #15735      +/-   ##
==========================================
- Coverage   91.01%   90.99%   -0.02%     
==========================================
  Files         143      143              
  Lines       49396    49380      -16     
==========================================
- Hits        44958    44934      -24     
- Misses       4438     4446       +8
Impacted Files Coverage Δ
pandas/core/series.py 94.86% <ø> (-0.03%) ⬇️
pandas/core/frame.py 97.86% <ø> (-0.11%) ⬇️
pandas/indexes/base.py 96.14% <ø> (-0.01%) ⬇️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/tseries/index.py 95.39% <0%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59b88ab...f268b93. Read the comment docs.

@jreback jreback added the Deprecate Functionality to remove in pandas label Mar 19, 2017
@jreback jreback added this to the 0.20.0 milestone Mar 19, 2017
@jreback jreback merged commit 9ab57dc into pandas-dev:master Mar 19, 2017
@jreback
Copy link
Contributor

jreback commented Mar 19, 2017

thanks!

@gfyoung gfyoung deleted the drop-sort-order branch March 19, 2017 02:08
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
mattip pushed a commit to mattip/pandas that referenced this pull request Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants