Skip to content

DOC: tslib.monthrange #4640

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

Closed
cancan101 opened this issue Aug 22, 2013 · 6 comments
Closed

DOC: tslib.monthrange #4640

cancan101 opened this issue Aug 22, 2013 · 6 comments
Labels
Milestone

Comments

@cancan101
Copy link
Contributor

Does Pandas have its own tslib.monthrange rather than using calendar.monthrange for performance reasons?

If so, I will toss some comments on it indicating such.

@jreback
Copy link
Contributor

jreback commented Aug 22, 2013

@cancan101 yes; these are basically direct c-calls

if you REALLY want a project, would like to write c-based date-parsing code that replaces dateutil, which is buggy
and slow

(big job though)

@cancan101
Copy link
Contributor Author

@jreback I am not volunteering that; I am just volunteering to add some comments to tslib.monthrange to explain what that method (and perhaps some other methods from tslib) does and why it exists.

@jreback
Copy link
Contributor

jreback commented Aug 22, 2013

ha!

sure...docstrings for these would be great

@jreback
Copy link
Contributor

jreback commented Sep 27, 2013

pushing to 0.14, but @cancan101 welcome a doc PR anytime

@jreback
Copy link
Contributor

jreback commented Feb 20, 2014

@cancan101 doc PR for this?

@jreback
Copy link
Contributor

jreback commented Mar 3, 2015

closing in favor of #9572

@jreback jreback closed this as completed Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants