Skip to content

Commit

Permalink
Update packageComparisonTool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir authored May 17, 2024
1 parent 33df61e commit 22de17e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PackageComparisonTool/packageComparisonTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import numpy as np
from functools import reduce
from IPython.display import HTML
import pathlib

pd.show_versions()
np.show_versions()
Expand Down Expand Up @@ -154,7 +155,7 @@ def dict_to_dataframe(data_dict):
# Convert each dictionary into a DataFrame
dataframes = dict_to_dataframe(table)


pathlib.Path("./index.html").unlink(missing_ok=True)
''' HTML FILE CREATION '''
html_file = open("index.html","w")

Expand Down

0 comments on commit 22de17e

Please sign in to comment.