Skip to content

DOC/CLN for GH7213/GH7206 #7216

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

Merged
merged 1 commit into from
May 23, 2014
Merged

DOC/CLN for GH7213/GH7206 #7216

merged 1 commit into from
May 23, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented May 23, 2014

DOC: doc fixups for (GH7213)
CLN: cleanup related to (GH7206) don't create the disabled properties at all for Series

related #7206
related #7213

@jreback jreback added this to the 0.14.0 milestone May 23, 2014
@@ -581,7 +581,7 @@ calendars which account for local holidays and local weekend conventions.
dt + 2 * bday_egypt
dts = date_range(dt, periods=5, freq=bday_egypt).to_series()
dts
Series(dts.weekday, dts).map(Series('Mon Tue Wed Thu Fri Sat Sun'.split()))
Series(dts.index.weekday, dts).map(Series('Mon Tue Wed Thu Fri Sat Sun'.split()))
Copy link
Member

Choose a reason for hiding this comment

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

ah, you did it differently :-) I removed the to_series, but I suppose this ends up with the same

CLN: cleanup related to (GH7206) don't create the disabled properties at all for Series
jreback added a commit that referenced this pull request May 23, 2014
DOC/CLN for GH7213/GH7206
@jreback jreback merged commit 94e63ae into pandas-dev:master May 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants