thecharttruth commited on
Commit
b4a4830
·
verified ·
1 Parent(s): e2a2324

Sanitize public dataset fields

Browse files
README.md CHANGED
@@ -104,15 +104,10 @@ The metadata table can contain symbols that are not present in the current price
104
  | Column | Meaning |
105
  |---|---|
106
  | `date` | Trading date used for analysis and pivoting |
107
- | `timestamp` | Source timestamp value |
108
  | `symbol` | ETF ticker symbol |
109
  | `asset_type` | Asset label, currently `ETF` for this file |
110
- | `period` | Source period used by the collector |
111
- | `source_run` | Public run label for traceability |
112
  | `open`, `high`, `low`, `close` | Daily price fields |
113
- | `value` | Source value field when provided |
114
  | `volume` | Daily volume |
115
- | `gain_amount`, `gain_percentage` | Source-provided daily change fields |
116
 
117
  ### `instrument_metadata.parquet`
118
 
@@ -124,7 +119,6 @@ The metadata table can contain symbols that are not present in the current price
124
  | `trading` | Trading-status field from the source |
125
  | `fractional_trading` | Fractional-trading status field from the source, when available |
126
  | `option_trading`, `option_spread_trading`, `shorting_availability` | Instrument capability fields from the source |
127
- | `source_run` | Public run label for traceability |
128
 
129
  Some descriptive metadata fields may be blank. Treat metadata as a practical teaching aid, not as a complete security master.
130
 
@@ -146,15 +140,10 @@ Some descriptive metadata fields may be blank. Treat metadata as a practical tea
146
  | Column | Meaning |
147
  |---|---|
148
  | `date` | Trading date used for analysis and pivoting |
149
- | `timestamp` | Source timestamp value |
150
  | `symbol` | Index ticker symbol, currently SPX, VIX, and NDX |
151
  | `asset_type` | Asset label, currently `INDEX` for this file |
152
- | `period` | Source period used by the collector |
153
- | `source_run` | Public run label for traceability |
154
  | `open`, `high`, `low`, `close` | Daily index level fields |
155
- | `value` | Source value field when provided |
156
- | `volume` | Daily volume field when provided by the source |
157
- | `gain_amount`, `gain_percentage` | Source-provided daily change fields |
158
 
159
  ## Intended Use
160
 
 
104
  | Column | Meaning |
105
  |---|---|
106
  | `date` | Trading date used for analysis and pivoting |
 
107
  | `symbol` | ETF ticker symbol |
108
  | `asset_type` | Asset label, currently `ETF` for this file |
 
 
109
  | `open`, `high`, `low`, `close` | Daily price fields |
 
110
  | `volume` | Daily volume |
 
111
 
112
  ### `instrument_metadata.parquet`
113
 
 
119
  | `trading` | Trading-status field from the source |
120
  | `fractional_trading` | Fractional-trading status field from the source, when available |
121
  | `option_trading`, `option_spread_trading`, `shorting_availability` | Instrument capability fields from the source |
 
122
 
123
  Some descriptive metadata fields may be blank. Treat metadata as a practical teaching aid, not as a complete security master.
124
 
 
140
  | Column | Meaning |
141
  |---|---|
142
  | `date` | Trading date used for analysis and pivoting |
 
143
  | `symbol` | Index ticker symbol, currently SPX, VIX, and NDX |
144
  | `asset_type` | Asset label, currently `INDEX` for this file |
 
 
145
  | `open`, `high`, `low`, `close` | Daily index level fields |
146
+ | `volume` | Daily volume field when provided |
 
 
147
 
148
  ## Intended Use
149
 
etf_daily_prices.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe61e1763f2e29902f9903221db3a644492c57a4c6822c3120fb995eba6e8614
3
- size 3200976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a92ccbed5af711420a82c9acb4519d43d48c998c1c3654d5fca658634535db70
3
+ size 2335404
index_daily_prices.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a0be0047e165ea5117d15faccad7ad86308547fe217f741fedcccf985ced692
3
- size 190910
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbcc64648b8fa054fab7f251802070d459048f64d2a5c939fd2648b6a913191d
3
+ size 111218
instrument_metadata.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9c9dc6bb0d30771e586c4799bf0f07df5db06abcb6429f85d1f4f52a6470753
3
- size 8265
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb564ae0e35ab33f35ee637a6c7ae356842f071e5d5efa795acd374560aba2a4
3
+ size 7610
manifest.json CHANGED
@@ -2,9 +2,6 @@
2
  "dataset_name": "skfolio Masterclass ETF Teaching Data",
3
  "dataset_repo_id": "thecharttruth/etf-data",
4
  "processed_at_utc": "2026-05-14T20:32:24+00:00",
5
- "source_run_labels": [
6
- "20260514T203008Z_scheduled_daily"
7
- ],
8
  "published_files": [
9
  "etf_daily_prices.parquet",
10
  "instrument_metadata.parquet",
@@ -20,5 +17,7 @@
20
  "etf_liquidity_rows": 95,
21
  "index_daily_prices_rows": 3787,
22
  "new_etf_daily_price_rows": 95,
23
- "new_index_daily_price_rows": 3
 
 
24
  }
 
2
  "dataset_name": "skfolio Masterclass ETF Teaching Data",
3
  "dataset_repo_id": "thecharttruth/etf-data",
4
  "processed_at_utc": "2026-05-14T20:32:24+00:00",
 
 
 
5
  "published_files": [
6
  "etf_daily_prices.parquet",
7
  "instrument_metadata.parquet",
 
17
  "etf_liquidity_rows": 95,
18
  "index_daily_prices_rows": 3787,
19
  "new_etf_daily_price_rows": 95,
20
+ "new_index_daily_price_rows": 3,
21
+ "public_sanitized": true,
22
+ "public_files_note": "Public Parquet files omit internal run labels and nonessential helper fields."
23
  }