예제 #1
0
 /// <summary>
 /// Returns a getter on particuler column.
 /// </summary>
 ValueMapper <DataFrame, TDst> GetMapperColumn <TDst>()
 {
     throw _env.ExceptNotImpl("Not implemented yet as it is missing the column index.");
 }