Skip to content

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@gfyoung gfyoung added IO Data IO issues that don't fit into a more specific label Internals Related to non-user accessible pandas implementation Clean labels Jan 24, 2018
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. just a question. ping on green.

@@ -1479,6 +1449,7 @@ cdef _string_box_factorize(parser_t *parser, int64_t col,

return result, na_count


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we not linting these .pyx for the 2 blank lines between functions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flake8 chokes on a SyntaxError as soon as it hits a cimport

@jreback jreback added this to the 0.23.0 milestone Jan 25, 2018
@codecov
Copy link

codecov bot commented Jan 25, 2018

Codecov Report

Merging #19380 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #19380      +/-   ##
==========================================
+ Coverage   91.57%   91.61%   +0.04%     
==========================================
  Files         150      150              
  Lines       48684    48699      +15     
==========================================
+ Hits        44583    44618      +35     
+ Misses       4101     4081      -20
Flag Coverage Δ
#multiple 89.98% <ø> (+0.04%) ⬆️
#single 41.72% <ø> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/indexes/interval.py 92.4% <0%> (-0.02%) ⬇️
pandas/core/categorical.py 100% <0%> (ø) ⬆️
pandas/core/dtypes/generic.py 100% <0%> (ø) ⬆️
pandas/core/reshape/tile.py 90.25% <0%> (ø) ⬆️
pandas/core/indexes/base.py 96.46% <0%> (ø) ⬆️
pandas/io/parquet.py 71.55% <0%> (+19.26%) ⬆️

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 b4662cd...ce6e994. Read the comment docs.

@jbrockmendel
Copy link
Member Author

ping

@jreback
Copy link
Contributor

jreback commented Jan 25, 2018

thanks!

@jreback jreback merged commit 0597c79 into pandas-dev:master Jan 25, 2018
@jbrockmendel jbrockmendel deleted the cleanup_parser branch January 31, 2018 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Internals Related to non-user accessible pandas implementation 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.

3 participants