adams-story
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ This is a dataset released from the Data Filtering Networks paper. It consists o
|
|
12 |
|
13 |
These parquet files are that subset. The following script was used to filter the parquet files using the subset from apf1/datafilteringnetworks_2b.
|
14 |
|
15 |
-
```
|
16 |
import os
|
17 |
from os import path
|
18 |
import numpy as np
|
|
|
12 |
|
13 |
These parquet files are that subset. The following script was used to filter the parquet files using the subset from apf1/datafilteringnetworks_2b.
|
14 |
|
15 |
+
```python
|
16 |
import os
|
17 |
from os import path
|
18 |
import numpy as np
|