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

Support result sets #124

Closed
john-kramer-upwave opened this issue Jul 5, 2022 · 1 comment
Closed

Support result sets #124

john-kramer-upwave opened this issue Jul 5, 2022 · 1 comment
Assignees
Labels
research This requires a deeper dive to gather a better understanding
Milestone

Comments

@john-kramer-upwave
Copy link

It would be great if dataframe supported java.sql.ResultSet.

Something like:

DataFrame.fromResultSet(resultSet)

This would give you an equivalent data frame as if you exported the result set to a CSV and imported it via DataFrame.readCSV().

Thanks!

@Jolanrensen Jolanrensen added enhancement New feature or request good first issue Good issues to pick-up for newcomers labels Nov 14, 2022
@Jolanrensen Jolanrensen added this to the 0.10.0 milestone Nov 28, 2022
@zaleslaw zaleslaw self-assigned this Jan 31, 2023
@koperagen koperagen modified the milestones: 0.10.0, 0.11.0 Apr 3, 2023
@zaleslaw zaleslaw added research This requires a deeper dive to gather a better understanding and removed enhancement New feature or request good first issue Good issues to pick-up for newcomers labels Apr 25, 2023
@zaleslaw zaleslaw modified the milestones: 0.11.0, Backlog Apr 25, 2023
@zaleslaw zaleslaw modified the milestones: Backlog, 0.12.0 Jun 8, 2023
@zaleslaw
Copy link
Collaborator

zaleslaw commented Oct 6, 2023

Closed in #451

@zaleslaw zaleslaw closed this as completed Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research This requires a deeper dive to gather a better understanding
Projects
None yet
Development

No branches or pull requests

4 participants