Data Types

Learn how Altair encodes data types.

We'll cover the following...

Every single datum is associated with a data type that specifies the type of value that a datum can hold. Different data types allow for different operations we can perform on the data, and they also determine the type and amount of storage that is allocated for the data. Data types are important ...