Now that we have results from many different tools and programs, we can build a table to compare and correlate them. You can build this table however you would like - using excel or python etc... If you are using python, I recommend using pandas [`df.merge`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html) or [`df.join`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.join.html) methods for this task. You will likely need to use it multiple times. Here's a sample of the type of table you need to build:
0 commit comments