Skip to content

Commit

Permalink
Merge pull request #10 from SEProjGrp5/Anant
Browse files Browse the repository at this point in the history
displaying all available ptoducts on 3 websites
  • Loading branch information
antgad authored Nov 2, 2021
2 parents 48fde02 + 935e4cc commit 42f9996
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 42f9996

Please sign in to comment.