Пример #1
0
 def transform_self(self, file_path, update=None):
     return self.pre_validation_filters(
         with_bbl(from_csv_file_to_gen(file_path, update),
                  allow_blank=True))
Пример #2
0
 def transform_self(self, file_path, update=None):
     return self.pre_validation_filters(with_bbl(from_csv_file_to_gen(file_path, update), borough='boro'))
Пример #3
0
 def transform_self(self, file_path, update=None):
     return with_bbl(from_csv_file_to_gen(file_path, update))