Tables are a very handy data structure to store
datasets to perform data analysis (filters, groupings, sortings,
alignments...).
But it turns out that how the tables are actually implemented makes a large impact on how they perform.
Learn what you can expect from the current tabular offerings in the Python ecosystem.