Baselight

Enhanced US-GAAP Financial Statement Data Set

Refined US-GAAP Data with Outlier Correction, Amendments, and Missing Figures

@kaggle.vadimvanak_step_2

Demo Figures
@kaggle.vadimvanak_step_2.demo_figures

  • 11.12 KB
  • 146 rows
  • 7 columns
adsh

Adsh

tag

Tag

reported_figure

Reported Figure

quarterly_figure

Quarterly Figure

reported_figure_py

Reported Figure Py

quarterly_figure_py

Quarterly Figure Py

is_computed

Is Computed

32019324000069AccountsNotesAndLoansReceivableNetCurrent2183700000021837000000true
32019324000069AccountsPayableAndAccruedLiabilitiesCurrent4575300000045753000000true
32019324000069AccountsPayableCurrent4575300000045753000000
32019324000069AccountsReceivableNetCurrent2183700000021837000000
32019324000069AccumulatedDepreciationDepletionAndAmortizationPropertyPlantAndEquipment7169700000071697000000
32019324000069AccumulatedOtherComprehensiveIncomeLossNetOfTax-8960000000-8960000000
32019324000069AdjustmentsNoncashItemsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivities9674000000481800000096730000004169000000true
32019324000069AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivities5033000000-94600000084070000004400000000true
32019324000069AllocatedShareBasedCompensationExpense5961000000296400000055910000002686000000
32019324000069Assets337411000000337411000000

CREATE TABLE demo_figures (
  "adsh" BIGINT,
  "tag" VARCHAR,
  "reported_figure" DOUBLE,
  "quarterly_figure" DOUBLE,
  "reported_figure_py" DOUBLE,
  "quarterly_figure_py" DOUBLE,
  "is_computed" BOOLEAN
);

Share link

Anyone who has the link will be able to view this.