Joe Cabrera
Joe Cabrera
This addresses https://github.com/machinebox/graphql/issues/35 by adding documents showing that data is consumed by default so it is not necessary to process this json.
A lot of this data can be read into pandas dataframes easily. This could be a fun an useful integration.
Parsing error is occurring with http://www.sec.gov/Archives/edgar/data/320193/000119312514383437/aapl-20140927.xml xbrl = XBRLParser.parse(file("aapl-20140927.xml")) And this is the error I get back: AttributeError Traceback (most recent call last) in () ----> 1 xbrl = XBRLParser.parse(file("aapl-20140927.xml"))...
Tests are needed for correct parsing of XBRL documents created by all the major creation software platform
Many times you want to render html documentation for your API. This allows you to using the data from the same decorators using to generate `swagger` json. ![screen shot 2015-02-20...