Forum Discussion

HuntP's avatar
HuntP
Data Storage
06-01-2022

How to call Python dataframe output in Sisense Notebooks to use as an input in other blocks.

I got the Python dataframe output as below.

>>output = pd.DataFrame(data=mymodel,columns = ["Y"])
>>print(output)
>>SisenseHelper.save_dataframe(output)

Would like to see how to reuse the output in other blocks or save it within the Sisense Notebooks.