Productive day
This commit is contained in:
parent
b372d043e6
commit
ce74294d05
8 changed files with 6088 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ df = pd.DataFrame(data)
|
|||
df['BER'] = df['BER'].apply(lambda x: '{:.10f}'.format(x))
|
||||
|
||||
# Save to CSV
|
||||
file_path = "sorted_configurations_with_diff.csv"
|
||||
file_path = "sorted_configurations_with_diff_header.csv"
|
||||
df.to_csv(file_path, index=False)
|
||||
|
||||
file_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue