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