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.