We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf3862 commit 86c2bd8Copy full SHA for 86c2bd8
043-country-explorer/app.js
@@ -17,6 +17,10 @@
17
-------------------------- */
18
19
// CSV path (same folder as index.html)
20
+// ⚠️ Note:
21
+// This repository includes a full CSV for reference only.
22
+// You are not allowed to use it together with this code in public apps.
23
+// The full licensed dataset can be obtained from Datacogito.
24
const CSV_PATH = "countries_dataset_2025_v1_0.csv";
25
26
// GDP per capita aliases supported (pick the first available)
0 commit comments