Skip to content
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

Add support for index_col #36

Open
richbeales opened this issue Nov 13, 2014 · 2 comments
Open

Add support for index_col #36

richbeales opened this issue Nov 13, 2014 · 2 comments

Comments

@richbeales
Copy link

In query you call through to pd.io.sql.read_sql() but don't provide a way of passing in the index_col you want to use. Can this be added to the method signature?

@glamp
Copy link
Contributor

glamp commented Nov 17, 2014

yep that should be easy

@ueg1990
Copy link
Contributor

ueg1990 commented Dec 9, 2014

How would this be done? dont u have to add index_col parameter in every init function and then do self.index_col = index_col (where default of index_col will be None)? and then pass self.index_col to pd.io.sql.read_sql() ?

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

3 participants