From e9c93bcfead49c4793008f003723150afd9b9148 Mon Sep 17 00:00:00 2001 From: Dwight Gunning Date: Thu, 14 Nov 2024 13:40:48 -0500 Subject: [PATCH] Change empty column threshold to make more columns show up --- edgar/xbrl/xbrldata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgar/xbrl/xbrldata.py b/edgar/xbrl/xbrldata.py index 3aac87b..f1c00b5 100644 --- a/edgar/xbrl/xbrldata.py +++ b/edgar/xbrl/xbrldata.py @@ -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]: