Sometimes you just want a Pandas dataframe and be done with it. It would be nice if wosfile supported that.
I am thinking of adding a function wosfile.dataframe_from() as a parallel to wosfile.records_from. While that would probably be a simple wrapper around pd.read_csv(), it could have some extra functionality, like handling multiple files and parsing address fields.