Packages

Prototypes for some functions to assist with Explorer.Dataframe manipulation

Current section

Files

Jump to
dataframe_tools lib dataframe_tools.ex
Raw

lib/dataframe_tools.ex

# require Explorer.DataFrame, as: DF
defmodule DataframeTools do
@moduledoc """
DataframeTools is designed to help you work with Explorer.DataFrame.
I found myself having the same problems time and time again eg. converting strings to dates/datetimes or
converting string columns to categories
"""
end