-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
io.pytables: handle start/stop in remove and select_coords #4835
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
Conversation
need:
thanks! |
Thanks for your feedback. I can do this next this week. What exactly is needed to "hook up to travis", I did not find anything about this in the deveolpoer page. |
look at contributing.md in main pandas dir |
@cpcloud maybe add a link on developer page? |
@wabu how's this coming? |
sorry. caught a bad cold, now added missing bits |
no problem! fyi...you will need to rebase that master out of their
|
@wabu can you rebase this? |
I did a rebase, the test is still failing on python 2.7, did not have time to debug this as i don't have a numpy/pytables/pandas for 2.7 around |
Travis builds the pr automatically https://travis-ci.org/pydata/pandas/jobs/17820546 |
look at #6177 for fixes |
I realized that the start/stop arguments to HDFStore.remove are ignored, so I have a patch to make them work as expected. Moreover I changed Selection.select_coords to also apply start and stop.