is this below code will be applicable for all data frames
```pd.set_option(\'display.max_rows\', 1000) pd.set_option(\'display.max_columns\', None)