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

Dataframe in ObjectScript manipulation #73

Closed
eduard93 opened this issue Mar 31, 2020 · 4 comments
Closed

Dataframe in ObjectScript manipulation #73

eduard93 opened this issue Mar 31, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@eduard93
Copy link
Contributor

eduard93 commented Mar 31, 2020

After retrieval of Dataframe (as json) how can user manipulate it?

  • Expose as temporary table
  • Expose as ResultSet

Ideas?

@eduard93 eduard93 added the enhancement New feature or request label Apr 3, 2020
@eduard93
Copy link
Contributor Author

eduard93 commented Apr 3, 2020

@eduard93
Copy link
Contributor Author

df
id prediction accuracy

table
id col1 ... colN prediction accuracy

UPDATE table (prediction, accuracy) VALUES (df.prediction, df.accuracy) WHERE df.id = id

@eduard93
Copy link
Contributor Author

eduard93 commented May 8, 2020

34ee19a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant