mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
use function in section 7
This commit is contained in:
parent
42fe38a1aa
commit
dac4474e5c
1 changed files with 2 additions and 1 deletions
|
|
@ -321,7 +321,8 @@ class QuidosSiteNotesExtractor(SiteNotesExtractor):
|
|||
pass
|
||||
|
||||
def get_section_7(self):
|
||||
data = self.raw_data[self.raw_data.index('7.0 Walls'): self.raw_data.index('8.0 Roofs')]
|
||||
data = self.get_data_between('7.0 Walls','8.0 Roofs')
|
||||
|
||||
sub_titles = [
|
||||
"Construction",
|
||||
"Insulation",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue