DataFrames.jl icon indicating copy to clipboard operation
DataFrames.jl copied to clipboard

Define AbstractDataFrame minimal API

Open bkamins opened this issue 2 years ago • 0 comments

Since more packages want to extend DataFrame type what is needed is:

  • define a minimal API that AbstractDataFrame needst to support;
  • review all code base in DataFrames.jl to check that:
    • we stop assuming that there only two types implementing AbstractDataFrame type
    • we only use the functions defined in the minimal API in higher-order functions

bkamins avatar May 09 '22 12:05 bkamins