# 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