update sponsor link to buymeacoffee.com/eddmpython
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ size_categories:
|
|
| 40 |
<a href="https://github.com/eddmpython/dartlab"><img src="https://img.shields.io/badge/GitHub-dartlab-ea4647?style=for-the-badge&labelColor=050811&logo=github&logoColor=white" alt="GitHub"></a>
|
| 41 |
<a href="https://pypi.org/project/dartlab/"><img src="https://img.shields.io/pypi/v/dartlab?style=for-the-badge&color=ea4647&labelColor=050811&logo=pypi&logoColor=white" alt="PyPI"></a>
|
| 42 |
<a href="https://eddmpython.github.io/dartlab/"><img src="https://img.shields.io/badge/Docs-GitHub_Pages-38bdf8?style=for-the-badge&labelColor=050811&logo=github-pages&logoColor=white" alt="Docs"></a>
|
| 43 |
-
<a href="https://buymeacoffee.com/
|
| 44 |
</p>
|
| 45 |
|
| 46 |
</div>
|
|
@@ -59,29 +59,30 @@ This dataset is the **data layer** behind DartLab. When you run `dartlab.Company
|
|
| 59 |
|
| 60 |
```
|
| 61 |
dart/
|
| 62 |
-
├──
|
| 63 |
-
├── finance/
|
| 64 |
-
└── report/
|
| 65 |
```
|
| 66 |
|
| 67 |
Each file is one company: `{stockCode}.parquet`
|
| 68 |
|
| 69 |
-
###
|
| 70 |
|
| 71 |
-
|
| 72 |
|
| 73 |
| Column | Description |
|
| 74 |
|--------|------------|
|
| 75 |
-
| `
|
| 76 |
-
| `
|
| 77 |
-
| `
|
| 78 |
-
| `
|
| 79 |
-
| `
|
| 80 |
-
| `
|
| 81 |
-
| `
|
| 82 |
-
| `
|
| 83 |
-
| `
|
| 84 |
-
| `
|
|
|
|
| 85 |
|
| 86 |
### finance — Financial Statements
|
| 87 |
|
|
@@ -156,7 +157,7 @@ Apache 2.0 — same as [DartLab](https://github.com/eddmpython/dartlab).
|
|
| 156 |
|
| 157 |
If DartLab is useful for your work, consider supporting the project:
|
| 158 |
|
| 159 |
-
[](https://buymeacoffee.com/
|
| 160 |
|
| 161 |
- [GitHub Issues](https://github.com/eddmpython/dartlab/issues) — bug reports, feature requests
|
| 162 |
- [Blog](https://eddmpython.github.io/dartlab/blog/) — 120+ articles on Korean disclosure analysis
|
|
|
|
| 40 |
<a href="https://github.com/eddmpython/dartlab"><img src="https://img.shields.io/badge/GitHub-dartlab-ea4647?style=for-the-badge&labelColor=050811&logo=github&logoColor=white" alt="GitHub"></a>
|
| 41 |
<a href="https://pypi.org/project/dartlab/"><img src="https://img.shields.io/pypi/v/dartlab?style=for-the-badge&color=ea4647&labelColor=050811&logo=pypi&logoColor=white" alt="PyPI"></a>
|
| 42 |
<a href="https://eddmpython.github.io/dartlab/"><img src="https://img.shields.io/badge/Docs-GitHub_Pages-38bdf8?style=for-the-badge&labelColor=050811&logo=github-pages&logoColor=white" alt="Docs"></a>
|
| 43 |
+
<a href="https://buymeacoffee.com/eddmpython"><img src="https://img.shields.io/badge/Sponsor-Buy_Me_A_Coffee-ffdd00?style=for-the-badge&labelColor=050811&logo=buy-me-a-coffee&logoColor=white" alt="Sponsor"></a>
|
| 44 |
</p>
|
| 45 |
|
| 46 |
</div>
|
|
|
|
| 59 |
|
| 60 |
```
|
| 61 |
dart/
|
| 62 |
+
├── panel/ DART disclosure panel (horizontalized filings)
|
| 63 |
+
├── finance/ financial statements (BS, IS, CF, XBRL)
|
| 64 |
+
└── report/ structured disclosure APIs (28 types)
|
| 65 |
```
|
| 66 |
|
| 67 |
Each file is one company: `{stockCode}.parquet`
|
| 68 |
|
| 69 |
+
### panel — Disclosure Panel
|
| 70 |
|
| 71 |
+
DART periodic reports horizontalized into a company-level panel. Narrative text and XBRL-linked tables share one artifact so the viewer, search, and comparison tools use the same source.
|
| 72 |
|
| 73 |
| Column | Description |
|
| 74 |
|--------|------------|
|
| 75 |
+
| `corp` | Stock code |
|
| 76 |
+
| `period` | Period key (`YYYYQn`) |
|
| 77 |
+
| `rceptNo` | DART filing ID |
|
| 78 |
+
| `chapter` | Top-level report chapter |
|
| 79 |
+
| `sectionLeaf` | Native section title |
|
| 80 |
+
| `sectionPath` | Full native section path |
|
| 81 |
+
| `leafType` | `text` / `table` |
|
| 82 |
+
| `blockLeaf` | Block or table title |
|
| 83 |
+
| `xbrlClass` | Native DART XBRL class |
|
| 84 |
+
| `disclosureKey` | Canonical horizontalization key |
|
| 85 |
+
| `contentRaw` | Source-preserving XML/text payload |
|
| 86 |
|
| 87 |
### finance — Financial Statements
|
| 88 |
|
|
|
|
| 157 |
|
| 158 |
If DartLab is useful for your work, consider supporting the project:
|
| 159 |
|
| 160 |
+
[](https://buymeacoffee.com/eddmpython)
|
| 161 |
|
| 162 |
- [GitHub Issues](https://github.com/eddmpython/dartlab/issues) — bug reports, feature requests
|
| 163 |
- [Blog](https://eddmpython.github.io/dartlab/blog/) — 120+ articles on Korean disclosure analysis
|