Skip to content

Commit

Permalink
Add debate url
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Sep 27, 2024
1 parent 8c4db93 commit e5d7e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ local.properties
.classpath
.settings/
__pycache__
dist
dist
data/scrapedxml
1 change: 1 addition & 0 deletions src/mini_transcript_search/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def df(self) -> pd.DataFrame:
"chamber": self.chamber,
"transcript_type": self.transcript_type,
"speech_id": match.speech_id,
"debate_url": match.debate_url,
}
)
return pd.DataFrame(rows)
Expand Down

0 comments on commit e5d7e5d

Please sign in to comment.