remote
- str
, RemoteRepo
, or Workspace
The workspace or remote repo the data frame is in.path
- str
The path of the data frame file in the repository.host
- str
The host of the oxen-server. Defaults to “hub.oxen.ai”.branch
- Optional[str]
The branch of the remote repo. Defaults to None.scheme
- str
The scheme of the remote repo. Defaults to “https”.page_num
- int
The page number of the data frame to list. We default to page size of 100 for now.data
- dict
A dictionary representing a single row of data.
The keys must match a subset of the columns in the data frame.
If a column is not present in the dictionary,
it will be set to an empty value.idx
- int
The index of the row to get.id
- str
The id of the row to get.id
- str
The id of the row to update.data
- dict
A dictionary representing a single row of data.
The keys must match a subset of the columns in the data frame.
If a column is not present in the dictionary,
it will be set to an empty value.id
- str
The id of the row to delete.message
- str
The message to commit the changes.branch
- str
The branch to commit the changes to. Defaults to the current branch.