Skip to content

Commit

Permalink
🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
garethcmurphy committed Jun 25, 2018
1 parent 57f4607 commit 3d9bb4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadatacreator/ExcelImport.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def __init__(self):
pass

def read_excel(self) -> object:
pd.read_excel(self.filename)
df_out = pd.read_excel(self.filename)
print(df_out)
self.x = "test1"


Expand Down

0 comments on commit 3d9bb4f

Please sign in to comment.