Skip to content

Commit

Permalink
Remove import, hardcode path
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos committed Apr 9, 2024
1 parent 9bf5040 commit dc779f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions imaginerio-etl/utils/compare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import pandas as pd

from .. import config

current_file = config.JSTOR
current_file = "data/input/jstor.xls"
current = pd.read_excel(current_file)

new_file = os.path.join("jstor_download", os.listdir("jstor_download")[0])
Expand Down

0 comments on commit dc779f8

Please sign in to comment.