Skip to content

DOC: partial string indexing docs in timeseries.rst (GH3938) #3939

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
Jun 18, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jun 17, 2013

closes #3938

@jreback
Copy link
Contributor Author

jreback commented Jun 17, 2013

@cpcloud @hayd take a look and see if this looks reasonable

@@ -189,6 +189,19 @@ The ``DatetimeIndex`` class contains many timeseries related optimizations:
- Quick access to date fields via properties such as ``year``, ``month``, etc.
- Regularization functions like ``snap`` and very fast ``asof`` logic

DatetimeIndex objects has all the basic functionality of regular Index objects
and a smorgasbord of advanced timeseries-specific methods for easy frequency
Copy link
Member

Choose a reason for hiding this comment

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

nice use of smörgåsbord

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that was @wesm original text ; just moved around a bit

Copy link
Member

Choose a reason for hiding this comment

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

oh ok. betrays my not having really read that part of the docs :|

Copy link
Contributor

Choose a reason for hiding this comment

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

that's awesome!

@hayd
Copy link
Contributor

hayd commented Jun 18, 2013

This looks good to me!

jreback added a commit that referenced this pull request Jun 18, 2013
DOC: partial string indexing docs in timeseries.rst (GH3938)
@jreback jreback merged commit fad50af into pandas-dev:master Jun 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: expand section on partial string indexing of timeseries
3 participants