diff --git a/create-dataset.py b/create-dataset.py index 5ebac7e..5e8c971 100644 --- a/create-dataset.py +++ b/create-dataset.py @@ -5,10 +5,7 @@ import pandas as pd pd.set_option('display.max_columns', 100) - -DATA_DIRECTORY = './ium_z434686' - -CSV_NAME = DATA_DIRECTORY + '/openpowerlifting.csv' +CSV_NAME = 'openpowerlifting.csv' def process_data(csv_name): CUTOFF = int(os.environ['CUTOFF'])