Edit data on Oxen.ai or build your own workflows with the Python Library.
size()
method.
get_row
method.
insert_row
function with a dictionary that contains the column names as keys, and the row data as values. This will return an internal _oxen_id
that can be used to access the same row again.
_oxen_id
can be used to fetch the same row again.
_oxen_id
as well as the columns you want to update as a dictionary. Only the keys that are present will be updated, leaving the rest unchanged.
_oxen_id
to the delete_row
method.
commit
and a message.