Skip to content

Commit

Permalink
Cleanup data and add "merged" column
Browse files Browse the repository at this point in the history
sed 's/, /,/g' history2.csv | sed 's/\([+-]\)\([0-9]\{2\}\)\([0-9]\{2\}\)/\1\2:\3/g' | sed 's/^\([^,]*,[^,]*\),/\1,true,/' | grep -v "Binary" | grep -v "Iteration" | grep -v ",," > data.csv
  • Loading branch information
mbovel committed Oct 9, 2024
1 parent c38f08a commit c00d9cd
Showing 1 changed file with 115,174 additions and 118,125 deletions.
Loading

0 comments on commit c00d9cd

Please sign in to comment.