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

chat with csv plot improvements #44

Merged
merged 2 commits into from
Nov 16, 2023
Merged

chat with csv plot improvements #44

merged 2 commits into from
Nov 16, 2023

Conversation

neelasha23
Copy link
Contributor

@neelasha23 neelasha23 commented Nov 14, 2023

Closes #40


📚 Documentation preview 📚: https://ploomber-doc--44.org.readthedocs.build/en/44/

@neelasha23
Copy link
Contributor Author

neelasha23 commented Nov 14, 2023

The docker build is taking a long time so I haven't been able to deploy to cloud.

Currently most of the queries tested are working if query returned by open ai is correct., e.g,

Screenshot 2023-11-14 at 10 49 22 PM

The query gets printed in the terminal (maybe we should display this to the user ? )

Screenshot 2023-11-14 at 10 49 37 PM Screenshot 2023-11-14 at 11 02 02 PM Screenshot 2023-11-14 at 11 02 10 PM

I didn't use snippets because after importing the SQLStore module I keep seeing the duckdb connection getting reconnected automatically and the table gets deleted. just used a temporary table creation.

Please let me know if you find issues @edublancas

@neelasha23 neelasha23 marked this pull request as ready for review November 14, 2023 17:26
@neelasha23
Copy link
Contributor Author

Copy link
Contributor

@edublancas edublancas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, let's just modify the query examples to show that we can plot data transformations

Examples:

  • Simple query: show me the unique values of column {column name}
  • Plot columns: create a histogram (or boxplot) of {column name}
  • Plot transformations: crate a histogram of column {colum name} where {another column} is {some value}

@neelasha23
Copy link
Contributor Author

looks good, let's just modify the query examples to show that we can plot data transformations

Fixed : https://cool-river-9326.ploomberapp.io/

@edublancas

@edublancas edublancas merged commit f3ab635 into main Nov 16, 2023
@edublancas edublancas deleted the demo branch November 16, 2023 15:08
@edublancas
Copy link
Contributor

edublancas commented Nov 16, 2023

@neelasha23 please coordinate with @lfunderburk so we can showcase this in our socials!

we should also showcase the OCR app in socials

@neelasha23
Copy link
Contributor Author

Sure !

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.

chat with csv custom queries for plots
2 participants