aarimond
commited on
Commit
·
2d032e6
1
Parent(s):
ba4e655
improved documentation
Browse files
lenu.py
CHANGED
@@ -41,12 +41,12 @@ _DESCRIPTION = """\
|
|
41 |
_HOMEPAGE = "gleif.org"
|
42 |
_LICENSE = "cc0-1.0"
|
43 |
|
|
|
44 |
URL = (
|
45 |
"https://goldencopy.gleif.org/api/v2/golden-copies/publishes/lei2/20221201-0000.csv"
|
46 |
)
|
47 |
|
48 |
-
|
49 |
-
# created through _classnames.py script
|
50 |
classnames = {
|
51 |
"AT": [
|
52 |
"AXSB",
|
|
|
41 |
_HOMEPAGE = "gleif.org"
|
42 |
_LICENSE = "cc0-1.0"
|
43 |
|
44 |
+
# Change this URL and (classnames below) when updating to a newer version of the GLEIF dataset
|
45 |
URL = (
|
46 |
"https://goldencopy.gleif.org/api/v2/golden-copies/publishes/lei2/20221201-0000.csv"
|
47 |
)
|
48 |
|
49 |
+
# classnames can be created through _classnames.py script (after changing the URL)
|
|
|
50 |
classnames = {
|
51 |
"AT": [
|
52 |
"AXSB",
|