AmenRa / ranx

⚡️A Blazing-Fast Python Library for Ranking Evaluation, Comparison, and Fusion 🐍
https://amenra.github.io/ranx
MIT License
427 stars 23 forks source link

Add `report.to_dataframe()` method #62

Closed hotchpotch closed 1 month ago

hotchpotch commented 6 months ago

Hi !

I've created a conversion to DataFrame with to_dataframe() for the report outputs. I believe this will be useful for those who want the report results in numeric form only, for example, to utilize them conveniently by converting the DataFrame to a csv file or similar.

What do you think?

AmenRa commented 1 month ago

Hi @hotchpotch and thanks for your contribution! I am deeply sorry for the delay! Merging.