cancel
Showing results for 
Search instead for 
Did you mean: 

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

HuntP
7 - Data Storage
7 - Data Storage

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.

 

 

0 REPLIES 0