apply_dfc

docblock
apply_dfc(x, f)

Apply the function f to each element of x and bind all the columns into a dataframe.

Arguments

  • x: an iterable collection.
  • f: a function that returns a DataFrame.