test
This commit is contained in:
parent
4d9b01b88d
commit
8046ed79be
@ -5,7 +5,9 @@ import pandas as pd
|
||||
|
||||
pd.set_option('display.max_columns', 100)
|
||||
|
||||
CSV_NAME = 'openpowerlifting.csv'
|
||||
DATA_DIRECTORY = './ium_z486867/'
|
||||
|
||||
CSV_NAME = DATA_DIRECTORY + 'openpowerlifting.csv'
|
||||
|
||||
def process_data(csv_name):
|
||||
CUTOFF = int(os.environ['CUTOFF'])
|
||||
|
Loading…
Reference in New Issue
Block a user