Karmane commited on
Commit
9a74c85
·
verified ·
1 Parent(s): c6822a0

Create/Update free sample dataset

Browse files
Files changed (3) hide show
  1. .gitattributes +8 -60
  2. README.md +235 -0
  3. data/data.parquet +3 -0
.gitattributes CHANGED
@@ -1,60 +1,8 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
- *.bin filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ckpt filter=lfs diff=lfs merge=lfs -text
7
- *.ftz filter=lfs diff=lfs merge=lfs -text
8
- *.gz filter=lfs diff=lfs merge=lfs -text
9
- *.h5 filter=lfs diff=lfs merge=lfs -text
10
- *.joblib filter=lfs diff=lfs merge=lfs -text
11
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
- *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
- *.model filter=lfs diff=lfs merge=lfs -text
16
- *.msgpack filter=lfs diff=lfs merge=lfs -text
17
- *.npy filter=lfs diff=lfs merge=lfs -text
18
- *.npz filter=lfs diff=lfs merge=lfs -text
19
- *.onnx filter=lfs diff=lfs merge=lfs -text
20
- *.ot filter=lfs diff=lfs merge=lfs -text
21
- *.parquet filter=lfs diff=lfs merge=lfs -text
22
- *.pb filter=lfs diff=lfs merge=lfs -text
23
- *.pickle filter=lfs diff=lfs merge=lfs -text
24
- *.pkl filter=lfs diff=lfs merge=lfs -text
25
- *.pt filter=lfs diff=lfs merge=lfs -text
26
- *.pth filter=lfs diff=lfs merge=lfs -text
27
- *.rar filter=lfs diff=lfs merge=lfs -text
28
- *.safetensors filter=lfs diff=lfs merge=lfs -text
29
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
- *.tar.* filter=lfs diff=lfs merge=lfs -text
31
- *.tar filter=lfs diff=lfs merge=lfs -text
32
- *.tflite filter=lfs diff=lfs merge=lfs -text
33
- *.tgz filter=lfs diff=lfs merge=lfs -text
34
- *.wasm filter=lfs diff=lfs merge=lfs -text
35
- *.xz filter=lfs diff=lfs merge=lfs -text
36
- *.zip filter=lfs diff=lfs merge=lfs -text
37
- *.zst filter=lfs diff=lfs merge=lfs -text
38
- *tfevents* filter=lfs diff=lfs merge=lfs -text
39
- # Audio files - uncompressed
40
- *.pcm filter=lfs diff=lfs merge=lfs -text
41
- *.sam filter=lfs diff=lfs merge=lfs -text
42
- *.raw filter=lfs diff=lfs merge=lfs -text
43
- # Audio files - compressed
44
- *.aac filter=lfs diff=lfs merge=lfs -text
45
- *.flac filter=lfs diff=lfs merge=lfs -text
46
- *.mp3 filter=lfs diff=lfs merge=lfs -text
47
- *.ogg filter=lfs diff=lfs merge=lfs -text
48
- *.wav filter=lfs diff=lfs merge=lfs -text
49
- # Image files - uncompressed
50
- *.bmp filter=lfs diff=lfs merge=lfs -text
51
- *.gif filter=lfs diff=lfs merge=lfs -text
52
- *.png filter=lfs diff=lfs merge=lfs -text
53
- *.tiff filter=lfs diff=lfs merge=lfs -text
54
- # Image files - compressed
55
- *.jpg filter=lfs diff=lfs merge=lfs -text
56
- *.jpeg filter=lfs diff=lfs merge=lfs -text
57
- *.webp filter=lfs diff=lfs merge=lfs -text
58
- # Video files - compressed
59
- *.mp4 filter=lfs diff=lfs merge=lfs -text
60
- *.webm filter=lfs diff=lfs merge=lfs -text
 
1
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
2
+ *.csv filter=lfs diff=lfs merge=lfs -text
3
+ *.parquet filter=lfs diff=lfs merge=lfs -text
4
+ *.arrow filter=lfs diff=lfs merge=lfs -text
5
+ *.pkl filter=lfs diff=lfs merge=lfs -text
6
+ *.bin filter=lfs diff=lfs merge=lfs -text
7
+ *.pt filter=lfs diff=lfs merge=lfs -text
8
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - n<1K
7
+ task_categories: []
8
+ tags:
9
+ - polymarket
10
+ - prediction-markets
11
+ - crypto
12
+ - token-launch
13
+ - airdrop
14
+ - market-research
15
+ - market-intelligence
16
+ - trading-research
17
+ - parquet
18
+ - public-data
19
+ pretty_name: "Polymarket Token Launch Catalyst Markets (Free Sample)"
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: data
24
+ path: "data/data.parquet"
25
+ ---
26
+
27
+ # Polymarket Token Launch Catalyst Markets
28
+
29
+ Clean Polymarket token-launch catalyst data with launch, airdrop, FDV-threshold, listing, deadline, liquidity, and priority fields for crypto research workflows.
30
+
31
+ **This is a free preview.** Load it instantly, inspect the schema, and validate quality before purchasing the full dataset.
32
+
33
+ ---
34
+
35
+ ## What This Preview Proves
36
+
37
+ - **Sample rows:** 60 (full dataset: 600 rows)
38
+ - **Columns:** 113 fields, fully described below
39
+ - **Format:** parquet (loads in pandas, HF datasets, or any parquet reader)
40
+ - **No authentication required** to load this sample
41
+ - **Schema and quality** are identical to the paid full dataset
42
+
43
+ ---
44
+
45
+ ## Upgrade to Full Dataset
46
+
47
+ The full production dataset contains **600 rows** across **113 columns**.
48
+
49
+ **Purchase here:** [https://thearticulated.gumroad.com/l/jfremu?utm_source=hf_sample_readme&utm_medium=referral&utm_campaign=polymarket-token-launch-catalyst-markets](https://thearticulated.gumroad.com/l/jfremu?utm_source=hf_sample_readme&utm_medium=referral&utm_campaign=polymarket-token-launch-catalyst-markets)
50
+
51
+ After purchase, provide your Hugging Face username and request access on the [full dataset page](https://huggingface.co/datasets/Karmane/polymarket-token-launch-catalyst-markets).
52
+
53
+ ---
54
+
55
+ ## Quick Start
56
+
57
+ ```python
58
+ from datasets import load_dataset
59
+
60
+ dataset = load_dataset("Karmane/polymarket-token-launch-catalyst-markets-sample")
61
+ df = dataset["data"].to_pandas()
62
+ print(f"Rows: {len(df):,}, Columns: {len(df.columns)}")
63
+ print(df.head())
64
+ ```
65
+
66
+ Or with pandas directly:
67
+
68
+ ```python
69
+ import pandas as pd
70
+ df = pd.read_parquet("hf://datasets/Karmane/polymarket-token-launch-catalyst-markets-sample/data/data.parquet")
71
+ print(df.head())
72
+ ```
73
+
74
+ ---
75
+
76
+ ## Use Cases
77
+
78
+ - Track token launches, airdrops, exchange listings, and launch-day FDV threshold contracts without flattening the broader Polymarket crypto feed yourself.
79
+ - Rank catalyst markets by liquidity, volume, deadline urgency, and tradability for analyst queues, dashboards, or launch calendars.
80
+ - Group contracts by project name and compare active versus closed catalyst markets inside one parquet dataset for notebooks, BI, or newsletter research.
81
+
82
+ ---
83
+
84
+ ## Column Descriptions
85
+
86
+ - `record_id`: Stable unique identifier for the dataset row derived from the Polymarket market id.
87
+ - `market_id`: Polymarket market identifier from the public Gamma API.
88
+ - `condition_id`: On-chain condition identifier associated with the binary market.
89
+ - `market_slug`: Public slug string for the market in the Gamma API.
90
+ - `question`: Primary market question text shown to traders.
91
+ - `question_word_count`: Word-count length of the market question after normalization.
92
+ - `outcomes`: JSON-array string containing the ordered list of outcome labels returned by the market payload.
93
+ - `outcome_count`: Number of outcome labels available for the market.
94
+ - `yes_price`: Implied Yes-side price when the market exposes Yes and No outcomes.
95
+ - `no_price`: Implied No-side price when the market exposes Yes and No outcomes.
96
+ - `favorite_outcome`: Outcome label with the highest exposed price at collection time when prices were available.
97
+ - `favorite_price`: Highest exposed outcome price at collection time when prices were available.
98
+ - `price_sum`: Sum of all parsed outcome prices for the market snapshot.
99
+ - `market_spread`: Difference between best ask and best bid when those values were available.
100
+ - `last_trade_price`: Last trade price reported by the public market payload.
101
+ - `best_bid`: Current best bid from the public market payload.
102
+ - `best_ask`: Current best ask from the public market payload.
103
+ - `one_day_price_change`: One-day price change reported by the market payload.
104
+ - `one_week_price_change`: One-week price change reported by the market payload.
105
+ - `one_month_price_change`: One-month price change reported by the market payload.
106
+ - `one_year_price_change`: One-year price change reported by the market payload.
107
+ - `volume_usd`: Cumulative market volume reported in dollar terms by the public payload.
108
+ - `liquidity_usd`: Current market liquidity reported in dollar terms by the public payload.
109
+ - `volume_24h_usd`: Trailing 24-hour market volume in dollars when available.
110
+ - `volume_1wk_usd`: Trailing 1-week market volume in dollars when available.
111
+ - `volume_1mo_usd`: Trailing 1-month market volume in dollars when available.
112
+ - `volume_1yr_usd`: Trailing 1-year market volume in dollars when available.
113
+ - `order_min_size`: Minimum order size reported by the market payload when available.
114
+ - `order_price_min_tick_size`: Minimum tick size for the order book when available.
115
+ - `market_status`: Normalized market-status label derived from archived, closed, active, and accepting-orders flags.
116
+ - `market_active`: Boolean flag indicating the market payload marked the market as active.
117
+ - `market_closed`: Boolean flag indicating the market payload marked the market as closed.
118
+ - `market_archived`: Boolean flag indicating the market payload marked the market as archived.
119
+ - `market_restricted`: Boolean flag indicating the payload marked the market as restricted.
120
+ - `market_featured`: Boolean flag indicating the market payload marked the market as featured.
121
+ - `accepting_orders`: Boolean flag indicating whether the market was accepting orders at collection time.
122
+ - `enable_order_book`: Boolean flag indicating whether the market exposed order-book support.
123
+ - `fees_enabled`: Boolean flag indicating whether fees were enabled on the market.
124
+ - `neg_risk`: Boolean flag indicating whether the market payload flagged negative-risk support.
125
+ - `competitive_score`: Competitive score value reported by the market payload when available.
126
+ - `created_at`: Timestamp when the market was created according to the market payload.
127
+ - `updated_at`: Timestamp when the market was last updated according to the market payload.
128
+ - `start_date`: Market start timestamp when available.
129
+ - `end_date`: Market end timestamp when available.
130
+ - `closed_time`: Timestamp when the market closed when exposed by the payload.
131
+ - `days_since_creation`: Number of days between market creation and collection time.
132
+ - `days_since_update`: Number of days between market last update and collection time.
133
+ - `days_until_end`: Number of days between collection time and the scheduled market end timestamp.
134
+ - `event_id`: Parent Polymarket event identifier.
135
+ - `event_ticker`: Parent Polymarket event ticker when available.
136
+ - `event_slug`: Parent Polymarket event slug.
137
+ - `event_title`: Parent Polymarket event title.
138
+ - `event_category`: Event-level category string from Polymarket when available.
139
+ - `event_active`: Boolean flag indicating the parent event was marked active.
140
+ - `event_closed`: Boolean flag indicating the parent event was marked closed.
141
+ - `event_archived`: Boolean flag indicating the parent event was marked archived.
142
+ - `event_restricted`: Boolean flag indicating the parent event was marked restricted.
143
+ - `event_comment_count`: Comment count reported on the parent event when available.
144
+ - `event_market_count`: Number of market rows attached to the parent event payload.
145
+ - `event_volume_usd`: Cumulative event volume reported in dollars.
146
+ - `event_liquidity_usd`: Current event liquidity reported in dollars.
147
+ - `event_open_interest_usd`: Open interest reported on the event when available.
148
+ - `event_created_at`: Timestamp when the event record was created on Polymarket.
149
+ - `event_updated_at`: Timestamp when the event record was last updated on Polymarket.
150
+ - `event_start_date`: Parent event start timestamp when available.
151
+ - `event_end_date`: Parent event end timestamp when available.
152
+ - `series_titles`: JSON-array string containing the list of series titles attached to the parent event.
153
+ - `series_slugs`: JSON-array string containing the list of series slugs attached to the parent event.
154
+ - `primary_series_title`: First attached series title when available.
155
+ - `primary_series_slug`: First attached series slug when available.
156
+ - `tag_labels`: JSON-array string containing the list of event tag labels attached to the parent event.
157
+ - `tag_slugs`: JSON-array string containing the list of event tag slugs attached to the parent event.
158
+ - `tag_count`: Number of event tags attached to the parent event.
159
+ - `is_multi_market_event`: Boolean flag indicating the parent event contains more than one market.
160
+ - `is_binary_market`: Boolean flag indicating the market exposed exactly two outcomes.
161
+ - `is_sports_market`: Boolean flag indicating sports-oriented event, series, or title language.
162
+ - `sports_league`: Normalized sports league label derived from series, tags, category, and title heuristics when detected.
163
+ - `is_crypto_market`: Boolean flag indicating crypto-related market language or category.
164
+ - `is_politics_market`: Boolean flag indicating politics or election language or category.
165
+ - `is_current_affairs_market`: Boolean flag indicating current-affairs style categorization.
166
+ - `is_pop_culture_market`: Boolean flag indicating entertainment or pop-culture language.
167
+ - `has_player_prop_signal`: Boolean flag indicating a player-prop style betting market.
168
+ - `has_spread_signal`: Boolean flag indicating spread-style language.
169
+ - `has_total_signal`: Boolean flag indicating totals or over-under language.
170
+ - `has_moneyline_signal`: Boolean flag indicating moneyline-style win or beat language.
171
+ - `has_price_target_signal`: Boolean flag indicating price-target or threshold-style language.
172
+ - `has_election_signal`: Boolean flag indicating election-oriented language.
173
+ - `has_award_signal`: Boolean flag indicating award-oriented language.
174
+ - `has_culture_signal`: Boolean flag indicating entertainment, music, movie, or release-oriented language.
175
+ - `resolution_source_domain`: Domain extracted from the market resolution source URL when available.
176
+ - `source_api_events_url`: Base events endpoint used to collect the source data.
177
+ - `source_api_event_url`: Event-specific public API URL for the parent event.
178
+ - `source_api_market_url`: Market-specific public API URL for the market.
179
+ - `source_directory_url`: Top-level Polymarket website URL for the source platform.
180
+ - `source_domain`: Source platform domain for the dataset row.
181
+ - `last_collected_at`: UTC timestamp when the row was collected for this dataset build.
182
+ - `catalyst_family`: Normalized catalyst bucket derived from the contract wording, such as token_launch, airdrop, launch_fdv_threshold, exchange_listing, protocol_milestone, treasury_event, or etf_catalyst.
183
+ - `catalyst_subject`: Primary token, protocol, company, or project name extracted from the event title or market question for grouping related contracts.
184
+ - `target_exchange`: Exchange or venue named in the contract when the catalyst refers to a listing or venue-specific milestone.
185
+ - `threshold_direction`: Direction extracted from threshold-style contracts, such as above or below.
186
+ - `threshold_value_usd`: Parsed USD threshold value from the contract when the question names a dollar target or FDV threshold.
187
+ - `catalyst_time_horizon`: Near-term, medium-term, or long-term bucket derived from the contract deadline.
188
+ - `deadline_bucket`: Deadline urgency bucket derived from days_until_end and market status.
189
+ - `is_launch_related_contract`: Boolean flag indicating the contract is directly about a token launch, airdrop, exchange listing, or launch-day FDV threshold.
190
+ - `is_airdrop_contract`: Boolean flag indicating the catalyst specifically concerns an airdrop.
191
+ - `is_exchange_listing_contract`: Boolean flag indicating the contract specifically concerns an exchange listing.
192
+ - `is_protocol_milestone_contract`: Boolean flag indicating the contract concerns a protocol, mainnet, upgrade, or similar implementation milestone.
193
+ - `is_fdv_threshold_contract`: Boolean flag indicating the contract concerns a post-launch FDV threshold.
194
+ - `is_live_tradable_contract`: Boolean flag indicating the contract is both active and accepting orders at collection time.
195
+ - `asset_event_count`: Count of catalyst-market rows tied to the same extracted catalyst_subject in the current dataset build.
196
+ - `asset_volume_rank`: Descending rank of the contract by cumulative volume within its extracted catalyst_subject.
197
+ - `asset_liquidity_rank`: Descending rank of the contract by liquidity within its extracted catalyst_subject.
198
+ - `catalyst_priority_score`: Derived score that prioritizes currently tradable, high-volume, high-liquidity, and nearer-deadline catalyst contracts for analyst review queues.
199
+
200
+ ---
201
+
202
+ ## Dataset Structure
203
+
204
+ - **Rows:** 60
205
+ - **Columns:** 113
206
+ - **Split:** `data`
207
+ - **File:** `data/data.parquet`
208
+
209
+ ---
210
+
211
+ ## Full Dataset Access
212
+
213
+ | | Sample (this repo) | Full Dataset |
214
+ |---|---|---|
215
+ | Rows | 60 | 600 |
216
+ | Columns | 113 | 113 |
217
+ | Auth required | No | Yes (after purchase) |
218
+ | Price | Free | [See pricing](https://thearticulated.gumroad.com/l/jfremu?utm_source=hf_sample_readme&utm_medium=referral&utm_campaign=polymarket-token-launch-catalyst-markets) |
219
+
220
+
221
+ ## Related Datasets
222
+
223
+ - [Polymarket Prediction Markets Enriched](https://huggingface.co/datasets/Karmane/polymarket-prediction-markets-enriched)
224
+ - [Solana New Pools Liquidity And Momentum Signals](https://huggingface.co/datasets/Karmane/solana-new-pools-liquidity-and-momentum-signals)
225
+ - [Kalshi Prediction Market Candlestick Features](https://huggingface.co/datasets/Karmane/kalshi-prediction-market-candlestick-features)
226
+ - [Memecoins Chart Data Low Mc](https://huggingface.co/datasets/Karmane/memecoins-chart-data-low-mc)
227
+
228
+
229
+ ## Final CTA
230
+
231
+ **Get the full dataset:** [https://thearticulated.gumroad.com/l/jfremu?utm_source=hf_sample_readme&utm_medium=referral&utm_campaign=polymarket-token-launch-catalyst-markets](https://thearticulated.gumroad.com/l/jfremu?utm_source=hf_sample_readme&utm_medium=referral&utm_campaign=polymarket-token-launch-catalyst-markets)
232
+
233
+ ---
234
+
235
+ Karmane. (2025). _Polymarket Token Launch Catalyst Markets (Free Sample)_. Hugging Face. [https://huggingface.co/datasets/Karmane/polymarket-token-launch-catalyst-markets-sample](https://huggingface.co/datasets/Karmane/polymarket-token-launch-catalyst-markets-sample)
data/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50e68e32d7b2184c6651bbf33978eb26f7afe63b641586afee4f0a77709864b
3
+ size 104419