Background
DataFrame which is measured might contain expensive operations.
Feature
Consider how to solve this. Maybe it' would be as easy as adding a call to .cache but maybe something more elaborate.
Also if it would be (just) .cache consider making it possible to switch off - globally, or for that one particular call.
Background
DataFramewhich is measured might contain expensive operations.Feature
Consider how to solve this. Maybe it' would be as easy as adding a call to
.cachebut maybe something more elaborate.Also if it would be (just)
.cacheconsider making it possible to switch off - globally, or for that one particular call.