redivis.table
redivis.table(name) → Table
Parameters:
Returns:
Examples
table = redivis.table("demo.iris_species.iris")
table.to_pandas_dataframe()
# Id SepalLengthCm SepalWidthCm PetalLengthCm PetalWidthCm Species
# 0 33 5.2 4.1 1.5 0.1 Iris-setosa
# ...
# If in a Redivis notebook, you can always reference the source table as "_source_"
notebook_source_table = redivis.table("_source_")Last updated
Was this helpful?

