scikit-hep / root_pandas

A Python module for conveniently loading/saving ROOT files as pandas DataFrames
MIT License
109 stars 35 forks source link

Change error message in to_root when two columns have the same name #80

Closed marthaisabelhilton closed 5 years ago

marthaisabelhilton commented 5 years ago

Current error message is: ValueError: name already used as a name or title

eduardo-rodrigues commented 5 years ago

@marthaisabelhilton, do you want to go ahead and create a PR with a suggested improvement?