[ ] Commit 20356e fails with same error. This commit merges the commit above to the original template (but I think it's also being merged by other stuff like #27 .
ValueError: Per-column arrays must each be 1-dimensional being called by prop_funds_table.py > net_position.py
Tried:
Rewrite some code in .py files to avoid error -> gets too complicated and more errors appear.
Save the table read in in table.py before a call to pd.melt where it fails. full_dataframe_before_melt.csv. A comparison between csv that Clayton.xlsx and 20356e generates is this
So it could be an issue with not reading in the table and the first row properly.
Issue is most likely in prop funds table, statement of net positions. Update this issue as we test.
Tested on:
ValueError: Per-column arrays must each be 1-dimensional
being called by prop_funds_table.py > net_position.pyTried:
pd.melt
where it fails. full_dataframe_before_melt.csv. A comparison between csv that Clayton.xlsx and 20356e generates is thisSo it could be an issue with not reading in the table and the first row properly.