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

Making resultset distinguishable #640

Closed
wants to merge 9 commits into from
Closed

Making resultset distinguishable #640

wants to merge 9 commits into from

Conversation

bbeat2782
Copy link

@bbeat2782 bbeat2782 commented Jun 22, 2023

Describe your changes

Added a line after sql display indicating it is a ResultSet and what operations to perform to convert it into pandas or polars dataframe. Also, added an error message when user tries to perform pandas-like operation on the ResultSet object.

Issue number

Closes #468

Checklist before requesting a review


📚 Documentation preview 📚: https://jupysql--640.org.readthedocs.build/en/640/

bbeat2782 and others added 8 commits June 19, 2023 13:36
Changed mysql content using postgres as the reference
Changed integrations content to ensure they're all consistent
Moved "load sample data", "query", and "plotting" to their relevant section to avoid user confusion
…king_resultset_distinguishable

getting recent changes
Add a line after sql display and appropriate error message
Modified str to pass linting
@bbeat2782 bbeat2782 closed this Jun 23, 2023
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

Successfully merging this pull request may close these issues.

resultset are indistinguishable from pandas data frames
1 participant