DataframeTools

This is really just a set of functions to help with the manipulation of dataframes.

If I find some useful, I'm likely to republish them as independent packages.

Right now the only functions of interest is DataframeTools.Date.convert_column_to_date and [DataframeTools.String.categorise_columns]

Installation

If available in Hex, the package can be installed by adding dataframe_tools to your list of dependencies in mix.exs:

def deps do
  [
    {:dataframe_tools, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/dataframe_tools.