Skip to content

Commit

Permalink
Change empty column threshold to make more columns show up
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Nov 14, 2024
1 parent 3080274 commit e9c93bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgar/xbrl/xbrldata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ def get_statement(self,
statement_name: str,
include_format: bool = True,
include_concept: bool = True,
empty_threshold: float = 0.7,
empty_threshold: float = 0.9,
display_name: str = None,
duration: str = None) -> Optional[Statement]:

Expand Down

0 comments on commit e9c93bc

Please sign in to comment.