bwzheng2010 commited on
Commit
760d756
·
1 Parent(s): 54a773b

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -274,7 +274,7 @@ All datasets are publicly accessible and stored in Parquet format.
274
  | news | STRUCT<paragraph_number: INTEGER, highlight: VARCHAR, paragraph: VARCHAR>[] | Array of structured paragraphs containing content with numbering, highlights, and text (nullable) |
275
 
276
  17. **stock_revenue_breakdown**
277
- - **Source:** (`https://stockanalysis.com/stocks/tsla/metrics/revenue-by-segment/` and `https://stockanalysis.com/stocks/tsla/metrics/revenue-by-geography/`)
278
  - **Description:** Stores information about revenue by segment and revenue by geography
279
  - **Columns:**
280
  | Column Name | Data Type | Description |
 
274
  | news | STRUCT<paragraph_number: INTEGER, highlight: VARCHAR, paragraph: VARCHAR>[] | Array of structured paragraphs containing content with numbering, highlights, and text (nullable) |
275
 
276
  17. **stock_revenue_breakdown**
277
+ - **Source:** (`https://stockanalysis.com/stocks/${symbol}/metrics/revenue-by-segment/` and `https://stockanalysis.com/stocks/${symbol}/metrics/revenue-by-geography/`)
278
  - **Description:** Stores information about revenue by segment and revenue by geography
279
  - **Columns:**
280
  | Column Name | Data Type | Description |