We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!