a data structure is a predefined format for efficiently storing, accessing, and processing data in a computer program. Some data structures are a programming language built-in component, and others may require the inclusion of a library or module before the structure can be used. Knowledge of data structures is useful for data scientists because our solutions are inevitably written in code. As such, it is important to understand the structure of our data .