We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Does Pandas have its own tslib.monthrange rather than using calendar.monthrange for performance reasons?
tslib.monthrange
calendar.monthrange
If so, I will toss some comments on it indicating such.