Get the list of actually persisted DataFrames in Spark
I am using Databricks notebooks. I want to programmatically find the list of DataFrames that have actually been cached by an action call, that is where .cache()
was followed by an action, like .show()
.