Skip to content

CLN: Move to_excel to generic.py #23656

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

Merged
merged 1 commit into from
Nov 13, 2018

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Nov 12, 2018

No need to define the same method twice for DataFrame and Series if we can do it in one place.

No need to define the same method
twice for DataFrame and Series if
we can do it in one place.
@gfyoung gfyoung added Refactor Internal refactoring of code IO Excel read_excel, to_excel Clean labels Nov 12, 2018
@gfyoung gfyoung added this to the 0.24.0 milestone Nov 12, 2018
@pep8speaks
Copy link

Hello @gfyoung! Thanks for submitting the PR.

@codecov
Copy link

codecov bot commented Nov 13, 2018

Codecov Report

Merging #23656 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #23656      +/-   ##
==========================================
- Coverage   92.24%   92.24%   -0.01%     
==========================================
  Files         161      161              
  Lines       51317    51314       -3     
==========================================
- Hits        47338    47335       -3     
  Misses       3979     3979
Flag Coverage Δ
#multiple 90.63% <100%> (-0.01%) ⬇️
#single 42.31% <33.33%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/frame.py 97.02% <ø> (-0.01%) ⬇️
pandas/core/series.py 93.68% <ø> (-0.03%) ⬇️
pandas/core/generic.py 96.82% <100%> (ø) ⬆️

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 a08bf3d...648b389. Read the comment docs.

@jreback jreback merged commit 71cd230 into pandas-dev:master Nov 13, 2018
@jreback
Copy link
Contributor

jreback commented Nov 13, 2018

thanks!

avolkov pushed a commit to avolkov/pandas that referenced this pull request Nov 13, 2018
@gfyoung gfyoung deleted the to-excel-to-generic branch November 13, 2018 17:34
JustinZhengBC pushed a commit to JustinZhengBC/pandas that referenced this pull request Nov 14, 2018
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean IO Excel read_excel, to_excel Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants