Skip to content

added pd as namespace #12268

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
wants to merge 4 commits into from
Closed

added pd as namespace #12268

wants to merge 4 commits into from

Conversation

dacoex
Copy link
Contributor

@dacoex dacoex commented Feb 9, 2016

more consistent with code in the rest of the document

dacoex and others added 3 commits February 9, 2016 13:36
more consistent with code in the rest of the document
Generally, also numpy's randn should used as
np.random.randn
@@ -2801,6 +2801,24 @@ everything in the sub-store and BELOW, so be *careful*.

.. _io.hdf5-types:

.. warning:: Hierarchical keys cannot be retrieved as dotted (attribute) access as described above for items stored under root node.
Copy link
Member

Choose a reason for hiding this comment

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

This belongs in a separate PR --- or I would consider renaming this one to make it obvious that this is the big change here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Either way, what would you prefer?

Copy link
Member

Choose a reason for hiding this comment

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

I'd opt for another PR, it just keeps things easier if PRs are smaller and about one thing only.

@jreback
Copy link
Contributor

jreback commented Feb 9, 2016

@dacoex yeh, you will need to explain why you want to add a warning like that (in another PR).

@jreback jreback added the Docs label Feb 9, 2016
@dacoex
Copy link
Contributor Author

dacoex commented Feb 9, 2016

@jreback seems that you are not convinced of the usefulness.

@jreback
Copy link
Contributor

jreback commented Feb 9, 2016

I am talking about the keys accessor warning. just take out for now and you can put in another PR. (e.g. just the pd. changes here.

No I am not convinced its something people should be doing at all. The attribute access is just a convenience feature, string accessing by paths is the preferred method.

@dacoex
Copy link
Contributor Author

dacoex commented Feb 10, 2016

OK, now this PR is only about the namespace changes.

@dacoex dacoex mentioned this pull request Feb 10, 2016
@jreback
Copy link
Contributor

jreback commented Mar 12, 2016

can you rebase this


.. ipython:: python

store.foo.bar.bah
Copy link
Contributor

Choose a reason for hiding this comment

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

this sectionneeds to be in a separete PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought with was already merged. So here you go.

@dacoex dacoex mentioned this pull request Mar 13, 2016
@jreback
Copy link
Contributor

jreback commented Mar 13, 2016

pls don't open new pull-requests for the same fix, just force push to the same. see the docs

simply

git push yourbranch yourremote -f

@jreback jreback closed this Mar 13, 2016
@jorisvandenbossche jorisvandenbossche added this to the No action milestone Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants