Use this tag for questions related to the `datatable` python library. Consider tagging your questions with [python] as well. Do not use this tag to ask questions about generic "tables of data".
Datatable is a python library for manipulating two-dimensional data tables (called Frames). It is similar in spirit to python pandas
and R data.table
.