This PR uses the clay library to document the new column API. Not included is any documentation for using the lifted column operations with the dataset. That will come later.
Other stuff
When I exported tablecloth.api.operators using tablecloth.api.api_template, I created a circular dependency. To fix that, I had to remove require statements pointing to tablecloth.api.clj in tablecloth.api.lift_operators.clj.
Overview
This PR uses the clay library to document the new
column
API. Not included is any documentation for using the lifted column operations with the dataset. That will come later.Other stuff