Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert
columns
from set to list before creating pd.DataFrame()
Closes Hoohm#192 Pandas' DataFrame() constructor used to accept a `set` as its `columns` argument, but no longer does. This simply converts the `set` to a `list` before creating the data frame. There may be better approaches to deal with this issue, but I'm not familiar enough with this package to know about them.
- Loading branch information