Skip to content

a tool to explore/manipulate data frames #52

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

Open
simonpcouch opened this issue Apr 28, 2025 · 1 comment · May be fixed by #56
Open

a tool to explore/manipulate data frames #52

simonpcouch opened this issue Apr 28, 2025 · 1 comment · May be fixed by #56

Comments

@simonpcouch
Copy link
Collaborator

I'm curious whether we can implement a tool that would safely allow models to explore data frames more dynamically. I've been feeling that the "env" subset of tools is a bit lacking compared to the others and I think this would notch in nicely.

One of the tools from querychat is a good example of this; read-only access using only SELECT SQL statements. I think it'd be nice if the models could write in dplyr/tidyr instead, here—with the hunch that the tool will be easier to deploy if it's "all R" and easier to read by common users than if it were in SQL—though I'm short on ideas of how we could do so without opening up the "run arbitrary R code" path.

@simonpcouch simonpcouch linked a pull request Apr 29, 2025 that will close this issue
@simonpcouch
Copy link
Collaborator Author

We'll wait to explore #56 and friends further until after the first CRAN release.

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 a pull request may close this issue.

1 participant