Datasets:
update dataset card with characters
Browse files
README.md
CHANGED
|
@@ -23,6 +23,8 @@ size_categories:
|
|
| 23 |
|
| 24 |
<div align="center">
|
| 25 |
|
|
|
|
|
|
|
| 26 |
# DartLab Data
|
| 27 |
|
| 28 |
**Structured company data from DART & EDGAR disclosure filings**
|
|
@@ -36,6 +38,8 @@ size_categories:
|
|
| 36 |
|
| 37 |
## What is this?
|
| 38 |
|
|
|
|
|
|
|
| 39 |
Pre-collected [Parquet](https://parquet.apache.org/) files from [DartLab](https://github.com/eddmpython/dartlab) — a Python library that turns DART (Korea) and EDGAR (US) disclosure filings into one structured company map.
|
| 40 |
|
| 41 |
This dataset is the **data layer** behind DartLab. When you run `dartlab.Company("005930")`, the library automatically downloads the relevant parquet from this repo.
|
|
@@ -103,6 +107,8 @@ XBRL-based financial data from DART OpenAPI (`fnlttSinglAcntAll`).
|
|
| 103 |
|
| 104 |
## Usage
|
| 105 |
|
|
|
|
|
|
|
| 106 |
### With DartLab (recommended)
|
| 107 |
|
| 108 |
```bash
|
|
@@ -141,6 +147,8 @@ df = pl.read_parquet(url)
|
|
| 141 |
wget https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/dart/finance/005930.parquet
|
| 142 |
```
|
| 143 |
|
|
|
|
|
|
|
| 144 |
## Data Source
|
| 145 |
|
| 146 |
- **DART** (Korea): [dart.fss.or.kr](https://dart.fss.or.kr) — Korea's electronic disclosure system operated by the Financial Supervisory Service
|
|
|
|
| 23 |
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
+
<img alt="DartLab" src="https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/assets/logo.png" width="160">
|
| 27 |
+
|
| 28 |
# DartLab Data
|
| 29 |
|
| 30 |
**Structured company data from DART & EDGAR disclosure filings**
|
|
|
|
| 38 |
|
| 39 |
## What is this?
|
| 40 |
|
| 41 |
+
<img align="right" src="https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/assets/avatar-study.png" width="120">
|
| 42 |
+
|
| 43 |
Pre-collected [Parquet](https://parquet.apache.org/) files from [DartLab](https://github.com/eddmpython/dartlab) — a Python library that turns DART (Korea) and EDGAR (US) disclosure filings into one structured company map.
|
| 44 |
|
| 45 |
This dataset is the **data layer** behind DartLab. When you run `dartlab.Company("005930")`, the library automatically downloads the relevant parquet from this repo.
|
|
|
|
| 107 |
|
| 108 |
## Usage
|
| 109 |
|
| 110 |
+
<img align="right" src="https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/assets/avatar-analyze.png" width="120">
|
| 111 |
+
|
| 112 |
### With DartLab (recommended)
|
| 113 |
|
| 114 |
```bash
|
|
|
|
| 147 |
wget https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/dart/finance/005930.parquet
|
| 148 |
```
|
| 149 |
|
| 150 |
+
<img align="right" src="https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/assets/avatar-discover.png" width="120">
|
| 151 |
+
|
| 152 |
## Data Source
|
| 153 |
|
| 154 |
- **DART** (Korea): [dart.fss.or.kr](https://dart.fss.or.kr) — Korea's electronic disclosure system operated by the Financial Supervisory Service
|