README.md
      
      
        
        # 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](https://hexdocs.pm/dataframe_tools/DataframeTools.Date.html#convert_column_to_date/2)
and [DataframeTools.String.categorise_columns]
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dataframe_tools` to your list of dependencies in `mix.exs`:
```elixir
def deps do
  [
    {:dataframe_tools, "~> 0.1.0"}
  ]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/dataframe_tools>.