From 935e4ccb258945c18b99e332530c100d1d89cdc9 Mon Sep 17 00:00:00 2001 From: antgad Date: Mon, 1 Nov 2021 17:04:29 -0700 Subject: [PATCH] displaying all available ptoducts on 3 websites --- src/full_version.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/full_version.py b/src/full_version.py index 673c67fc..32eab262 100644 --- a/src/full_version.py +++ b/src/full_version.py @@ -16,6 +16,10 @@ def __init__(self): "user_data.json" ) self.df=pd.DataFrame() + pd.set_option('display.max_rows', None) + pd.set_option('display.max_columns', None) + pd.set_option('display.width', None) + pd.set_option('display.max_colwidth', 40) def login(self):