Update NC_Crime.py
Browse files- NC_Crime.py +1 -0
NC_Crime.py
CHANGED
@@ -21,6 +21,7 @@ import os
|
|
21 |
from typing import List
|
22 |
import datasets
|
23 |
import logging
|
|
|
24 |
|
25 |
# TODO: Add BibTeX citation
|
26 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
|
|
21 |
from typing import List
|
22 |
import datasets
|
23 |
import logging
|
24 |
+
import pandas as pd
|
25 |
|
26 |
# TODO: Add BibTeX citation
|
27 |
# Find for instance the citation on arxiv or on the dataset repo/website
|