👉 Columnar is a type of data structure in computer science. It is often used to represent tables, which are commonly used for storing information about columns and rows within a single table. Columnar data structures are particularly useful when dealing with large amounts of data or when there are many rows and columns. They can be implemented using various data types such as arrays or matrices.