Resolve "Method data_frame_for_ids in module data_container is not concatenating the DataFrame properly"
requested to merge 129-fix-concatenation-of-list-of-dataframes-to-construct-comprehensive-dataframe into main
Fix concatenation of list of dataframes to one dataframe
- Fix method data_frame_for_ids to construct dataframe from list of dataframes.
- Concatenation needs parameter axis=1 (concatenate columns) to construct dataframe properly.
Closes #129 (closed)