- display.max_rows :- This deals with the number of rows that can be displayed. If no. of rows exceeds this, you will see a truncated version.
- display.max_columns:- This deals with the maximum no of columns that can be displayed. If no of columns exceeds this, data frame will be displayed in a truncated manner.
- display.precision:- It deals with the precision of decimal numbers.
- get_option():- It returns the value for each parameters.
- set_option():- It takes the parameter and a value as its argument and sets the value to the parameter.
- reset_option() :- It sets the value of the specified argument back to the default value.
- describe_option() :- It prints the description of the argument.