Skip to content
Snippets Groups Projects
Commit f0a74acb authored by Millian Poquet's avatar Millian Poquet
Browse files

script: keep time_limit_str job field

parent 10e83aa9
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import pandas as pd
def read_month(input_filename):
input_df = pd.read_parquet(input_filename)
return input_df[['job_id', 'nodes', 'num_nodes', 'submit_time', 'start_time', 'end_time']]
return input_df[['job_id', 'nodes', 'num_nodes', 'submit_time', 'start_time', 'end_time', 'time_limit_str']]
def several_months():
parser = argparse.ArgumentParser()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment