You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @SauravMaheshkar, thanks for writing in. Dataset manipulation in python (and in the UI!) is on our internal roadmap. In the meantime I am happy to review a PR if you make one, with the small caveat that the team might end up changing the design when we add a more comprehensive database experience. If you run into any blocking issues i'll be here to assist.
What is the best way to convert a weave dataset to a JSON or a Python sequential type?
At the moment, I use the following snippet as a template:
Feature Request
Something like a
to_json()
function oradd_row()
would be ideal. I primarily use this when I have to update a dataset. Happy to open a PR for this 😄The text was updated successfully, but these errors were encountered: