eddmpython commited on
Commit
aaa3765
·
verified ·
1 Parent(s): b197dd2

update sponsor link to buymeacoffee.com/eddmpython

Browse files
Files changed (1) hide show
  1. README.md +18 -17
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/dartlab"><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,29 +59,30 @@ This dataset is the **data layer** behind DartLab. When you run `dartlab.Company
59
 
60
  ```
61
  dart/
62
- ├── docs/ 2,547 companies ~8 GB disclosure text (sections, tables, markdown)
63
- ├── finance/ 2,744 companies ~586 MB financial statements (BS, IS, CF, XBRL)
64
- └── report/ 2,711 companies ~319 MB structured disclosure APIs (28 types)
65
  ```
66
 
67
  Each file is one company: `{stockCode}.parquet`
68
 
69
- ### docs — Disclosure Text
70
 
71
- Full-text sections from annual/quarterly reports, parsed into structured blocks.
72
 
73
  | Column | Description |
74
  |--------|------------|
75
- | `rcept_no` | DART filing ID |
76
- | `rcept_date` | Filing date |
77
- | `stock_code` | Stock code |
78
- | `corp_name` | Company name |
79
- | `report_type` | Annual/quarterly report type |
80
- | `section_title` | Original section title |
81
- | `section_order` | Section ordering |
82
- | `content` | Section text (markdown) |
83
- | `blockType` | `text` / `table` / `heading` |
84
- | `year` | Filing year |
 
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
- [![Buy Me A Coffee](https://img.shields.io/badge/Buy_Me_A_Coffee-Support-ffdd00?style=for-the-badge&labelColor=050811&logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/dartlab)
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
+ [![Buy Me A Coffee](https://img.shields.io/badge/Buy_Me_A_Coffee-Support-ffdd00?style=for-the-badge&labelColor=050811&logo=buy-me-a-coffee&logoColor=white)](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