Links

PyRasgo Syntax

PyRasgo methods are constructed using a consistent syntax for ease of use:
rasgo.<action>.<primitive>
i.e.: rasgo.get.dataset() or rasgo.publish.table()
Additionally, primitives also have properties for quick reference as in:
<primitive>.<property>
i.e.: dataset.preview() or dataset.to_df()
To understand which action.primitive and primitive.property combinations are valid, please refer to this table:
primitive
actions
dataset
get, publish
datasets
get
table
publish
df
publish
transform
get, create