-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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 support for na_filter in Python engine #13321
Conversation
c7c9a91
to
5cb0ae6
Compare
Current coverage is 84.22%
|
looks fine. pls rebase |
3922595
to
7820c88
Compare
7820c88
to
186fd34
Compare
@jreback : Rebased and Travis is giving the green light. Ready to merge if there are no other concerns. |
@@ -75,6 +75,7 @@ Other enhancements | |||
pd.Timestamp(year=2012, month=1, day=1, hour=8, minute=30) | |||
|
|||
- The ``pd.read_csv()`` with ``engine='python'`` has gained support for the ``decimal`` option (:issue:`12933`) | |||
- The ``pd.read_csv()`` with ``engine='python'`` has gained support for the ``na_filter`` option (:issue:`13321`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you combine this with the previous point in one sentence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we leave separate issues on separate lines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that important! (and I don't know if we have a rule about it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough. Unless there are more objections about this, I'll leave as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we try to have separate issue on separate lines that were closed by different PR's, but yes occasionally do bunch them up if they are repetitive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So...how about this one?
@gfyoung very minor comment |
ty @gfyoung |
Title is self-explanatory.