A toolkit for data cleaning in Elixir based in R's janitor package.
Exclean is a project written while I'm studying Elixir, it is not meant to be in production.
If available in Hex, the package can be installed
by adding exclean
to your list of dependencies in mix.exs
:
def deps do
[
{:exclean, "~> 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/cleanex.
This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the LICENSE.md file for more details.