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

ENH: add nthreads option to feather-format IO #16476

Merged
merged 1 commit into from
May 24, 2017

Conversation

jreback
Copy link
Contributor

@jreback jreback commented May 24, 2017

closes #16359

@jreback jreback added IO Data IO issues that don't fit into a more specific label Enhancement labels May 24, 2017
@jreback jreback added this to the 0.21.0 milestone May 24, 2017
@codecov
Copy link

codecov bot commented May 24, 2017

Codecov Report

Merging #16476 into master will increase coverage by <.01%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16476      +/-   ##
==========================================
+ Coverage   90.42%   90.42%   +<.01%     
==========================================
  Files         161      161              
  Lines       51029    51031       +2     
==========================================
+ Hits        46143    46145       +2     
  Misses       4886     4886
Flag Coverage Δ
#multiple 88.26% <75%> (ø) ⬆️
#single 40.17% <75%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/io/feather_format.py 85.71% <75%> (-2.17%) ⬇️
pandas/core/indexes/datetimes.py 95.33% <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 692a5b9...61583fc. Read the comment docs.

@jreback jreback changed the title ENH: add ntrheads option to feather-format IO ENH: add nthreads option to feather-format IO May 24, 2017
@jreback jreback merged commit 0b6d483 into pandas-dev:master May 24, 2017
stangirala pushed a commit to stangirala/pandas that referenced this pull request Jun 11, 2017
ENH: add nthreads option to feather-format IO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement IO Data IO issues that don't fit into a more specific label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Add support for "nthreads" option from Feather 0.4.0
2 participants