Skip to content

Resolve "Method data_frame_for_ids in module data_container is not concatenating the DataFrame properly"

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)

Merge request reports