-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcode-inventory.json
More file actions
38 lines (38 loc) · 1.11 KB
/
code-inventory.json
File metadata and controls
38 lines (38 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ndsp",
"repositoryURL": "https://github.com/sec-gov/python-for-dera-financial-datasets",
"description": "Python code examples to demonstrate how to read data from SEC's Financial Statement and Notes Data Sets using pandas. These examples help Python programmers understand different ways to access, analyze and visualize data from SEC's Data Sets.",
"permissions": {
"licenses": [
{
"URL": "https://github.com/sec-gov/python-for-dera-financial-datasets/blob/master/LICENSE",
"name": "CC0 1.0"
}
],
"usageType": "openSource"
},
"tags": [
"US Securities and Exchange Commission",
"Financial Data",
"XBRL"
],
"contact": {
"email": "StructuredData@sec.gov"
},
"organization": "US Securities and Exchange Commission",
"status": "Production",
"vcs": "git",
"homepageURL": "https://www.sec.gov/",
"languages": [
"Python",
"Jupyter"
],
"relatedCode": [
],
"date": {
"created": "2024-08-24",
"lastModified": "2025-05-27",
"metadataLastUpdated": "2025-06-27"
},
"laborHours": 200
}