Skip to content

Import StataReader, StataWriter under pandas? #5144

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
jankatins opened this issue Oct 7, 2013 · 3 comments
Closed

Import StataReader, StataWriter under pandas? #5144

jankatins opened this issue Oct 7, 2013 · 3 comments

Comments

@jankatins
Copy link
Contributor

The classes are already documented as API, but they are not in the corresponding api.py files and therefore not available as pandas.*, unlike classes like ExcelFile or HDFStore, which are available under the pandas module.

@jreback
Copy link
Contributor

jreback commented Oct 7, 2013

These are really not necessary, nor should they be exposed in the API. to_stata, read_stata suffice.

@jankatins
Copy link
Contributor Author

Should they then also be removed from the API docs?

http://pandas.pydata.org/pandas-docs/stable/api.html#stata

@jreback
Copy link
Contributor

jreback commented Oct 8, 2013

yes....If someone really needs those, they can read the doc-strings / code and create the reader themselves

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

No branches or pull requests

2 participants