Data Frames
Get Data Frame (Read Only)
Get a data frame from a repository. See Workspaces for more information on how to edit and query.
GET
/
api
/
repos
/
{namespace}
/
{repo_name}
/
data_frames
/
{resource}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A combination of the revision (branch name or commit id) and the path to the data frame file. For example main/data.csv
.