Answer:
Data Scientists store and process large sets of numerical data using various functions. A function is a block of code which is generally organised and it performs a single, related action.
Functions provide a better way of handling for an application and it also allows reusability. Functions are also known as methods, subroutines and procedures in a certain programming language.
Step-by-step explanation: