The initialized downloaded data is messy and the graph id is not continuous, so a data preprocessing method is written to allow the data to be loaded into memory faster.
1 | import os |
How to use it
You can get help information by using --help.
1 | usage: data.py [-h] --filename FILENAME [--sep SEP] [--out OUT] [--skip SKIP] |
--sep default value is a space, --skip default value is 1.