IFrame
Namespace: Deedle
An empty interface that is implemented by Frame<'R, 'C>. The purpose of the
interface is to allow writing code that works on arbitrary data frames (you
need to provide an implementation of the IFrameOperation<'V> which contains
a generic method Invoke that will be called with the typed data frame).