You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, in the Reading-Data-from-XBRL notebook the example pulling the presentation structure for the XBRL below does not work on the new version. What would I use to pull that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, in the Reading-Data-from-XBRL notebook the example pulling the presentation structure for the XBRL below does not work on the new version. What would I use to pull that?
xbrl_data.presentation
Also, two other thing were marginally off,
(xbrl_data.instance
.query_facts(concept="us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax")
)
Does not appear to works as the concept keyword is not accepted. I believe now it would just use the chained .byconcept method, is this true?
Secondly, the get_statement method does not appear to work anymore, instead using an alternative appraoch
xbrl_data.get_statement('CONSOLIDATEDBALANCESHEETS')
Beta Was this translation helpful? Give feedback.
All reactions