couldn't find original raw_data #100
-
I seeing the source of data generation and came through the file class NationalityProvider(BaseProvider):
def __init__(self, generator, nationality_file: Union[str, Path] = None):
super().__init__(generator=generator)
if not nationality_file:
nationality_file = Path(
Path(__file__).parent.parent, "raw_data", "nationalities.csv"
).resolve()
self.nationality_file = nationality_file
self.nationalities = self.load_nationalities() |
Beta Was this translation helpful? Give feedback.
Answered by
thunder-007
Aug 7, 2024
Replies: 1 comment
-
sorry about this |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thunder-007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sorry about this
presidio_evaluator/data_generator/raw_data
here is the path of raw_data