Skip to content

report a bug when run proc_data.py #1

@johnX2050

Description

@johnX2050
  1. I find there is a missing parameter: x, when calling load_graph() in line 23 here
    image

  2. Then I try to modify the code as the below figure shows. However, it still reports some bugs related to pandas package.
    image

*Reports: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. dfn = dfn.append({'rel': rela, 'src': int(df.loc[i][0]), 'src_t': int(k), 'tgt': int(df.loc[i][1]), 'tgt_t': int(j), 'dis': ew},

  • My pandas version is 1.4.2
  • If I change to pandas version to 1.0.1 as required in your repo, It still reports pandas error.
  1. Can you check code in the proc_data.py?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions