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

Allow option for table output when using python package to query #73

Open
bourque opened this issue Aug 1, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request Student

Comments

@bourque
Copy link
Contributor

bourque commented Aug 1, 2024

Currently the query() method in the python tool returns a list of dictionaries containing the results of the query. It would be nice to allow a user to pass some option (e.g. output='table' or output='df') that will return a pandas dataframe instead. Some users may prefer to work with a dataframe instead of a list of dicts.

@daralynnrhode
Copy link
Contributor

Probably best to note this in documentation instead of adding to the code base. It is a fairly simply change that the user could do themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Student
Projects
Status: Canceled
Development

Successfully merging a pull request may close this issue.

2 participants