def run_to_get_history_of_finals_teams_in_relation_to_true_power_rank(): common_lib.call_another_module('get_html_data.py' + NBA_STANDINGS_URL + NBA_CHAMPION_URL) common_lib.call_another_module('parse_html_file.py') common_lib.call_another_module('evaluate_true_power_ranking.py' + NBA_POWER_RANKING_CSV_FILE) common_lib.call_another_module('evaluate_gap.py' + NBA_POWER_RANKING_CSV_FILE) common_lib.call_another_module( 'evaluate_true_power_ranking_with_champion.py' + NBA_POWER_RANKING_CSV_FILE + YEAR)
def run_to_get_current_power_ranking(): common_lib.call_another_module('get_html_data.py' + NBA_STANDINGS_URL + NBA_CHAMPION_URL) common_lib.call_another_module('parse_html_file.py') common_lib.call_another_module('evaluate_true_power_ranking.py' + NBA_POWER_RANKING_CSV_FILE) common_lib.call_another_module('evaluate_gap.py' + NBA_POWER_RANKING_CSV_FILE)
def run_to_get_history_of_finals_teams_in_relation_to_true_power_rank(): common_lib.call_another_module('get_html_data.py' + NBA_STANDINGS_URL + NBA_CHAMPION_URL) common_lib.call_another_module('parse_html_file.py') common_lib.call_another_module('evaluate_true_power_ranking.py' + NBA_POWER_RANKING_CSV_FILE) common_lib.call_another_module('evaluate_gap.py' + NBA_POWER_RANKING_CSV_FILE) common_lib.call_another_module('evaluate_true_power_ranking_with_champion.py' + NBA_POWER_RANKING_CSV_FILE + YEAR)