DataFrame.empty constructor

DataFrame.empty()

Returns an empty dataframe.

Implementation

DataFrame.empty() : this._default([], []);