Jarbas commited on
Commit
b36f200
·
verified ·
1 Parent(s): bf90024

Add dataset card / README

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - drugs
5
+ - substances
6
+ - cross-reference
7
+ - psychonautwiki
8
+ - erowid
9
+ - tripsit
10
+ - harm-reduction
11
+ ---
12
+
13
+ # Substances Catalog Cross-Reference
14
+
15
+ 594 records mapping substances across three catalogs: **PsychonautWiki**, **TripSit**, and **Erowid**. Each record joins a substance by normalized name across all three sources, with catalog URLs for each.
16
+
17
+ ## Columns
18
+
19
+ | Column | Type | Description |
20
+ |---|---|---|
21
+ | `name` | string | Canonical substance name |
22
+ | `pw_url` | string | PsychonautWiki page URL |
23
+ | `pw_common_names` | list[string] | PW common/street names |
24
+ | `pw_class` | list[string] | PW chemical class |
25
+ | `pw_psychoactive_class` | list[string] | PW psychoactive class |
26
+ | `tripsit_name` | string | TripSit drug name |
27
+ | `tripsit_slug` | string | TripSit slug |
28
+ | `tripsit_url` | string | TripSit factsheet URL |
29
+ | `tripsit_categories` | list[string] | TripSit categories |
30
+ | `tripsit_aliases` | list[string] | TripSit aliases |
31
+ | `erowid_name` | string | Erowid substance name |
32
+ | `erowid_url` | string | Erowid substance URL |
33
+ | `erowid_vault` | string | Erowid vault (chemicals/pharms/plants/smarts) |
34
+ | `erowid_common_names` | list[string] | Erowid common names |
35
+ | `erowid_experience_count` | int | Number of Erowid experience reports |
36
+ | `match_type` | string | How the match was made |
37
+
38
+ ## Coverage
39
+
40
+ | Coverage | Count |
41
+ |---|---|
42
+ | All 3 sources | 110 |
43
+ | PW + TripSit | 120 |
44
+ | PW + Erowid | 7 |
45
+ | TripSit + Erowid | 35 |
46
+ | TripSit only | 286 |
47
+ | PW only | 36 |
48
+
49
+ ## Sources
50
+
51
+ - [PsychonautWiki](https://psychonautwiki.org) — GraphQL API
52
+ - [TripSit](https://tripsit.me) — Open API
53
+ - [Erowid](https://erowid.org) — Substance vaults