Skip to content

Commit

Permalink
displaying all available ptoducts on 3 websites
Browse files Browse the repository at this point in the history
  • Loading branch information
antgad committed Nov 2, 2021
1 parent 48fde02 commit 935e4cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/full_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 935e4cc

Please sign in to comment.