.. _data_manipulation: Data Manipulation and Aggregation =================================== Crandas is a tool to easily handle the data saved in the Roseman Labs engine. This guide will show you how to interact with the data and which functions can be applied to the data. It includes both the table operations, like join and filters, and the functions you can perform over the data. This guide also goes into the detail of the different data types, which functions can be applied to them and how to work with them. .. toctree:: :maxdepth: 1 02-up-download 03-datastructures 04-basic 05-selecting 06-datatypes 07-numeric 08-text 26-bytes 09-datetime 10-missing 11-categorical 12-merge 14-groupby 99-tips