Skip to content

Commit 44f0cf8

Browse files
committed
update docs
1 parent db06e06 commit 44f0cf8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ spark.read.format("github").load("apache/spark").show()
2828

2929
## Data Sources
3030

31-
| Data Source | Short Name | Description | Dependencies |
32-
| ------------------------------------------------------- | -------------- | --------------------------------------------- | -------------------------------- |
33-
| [GithubDataSource](./datasources/github.md) | `github` | Read pull requests from a Github repository | None |
34-
| [FakeDataSource](./datasources/fake.md) | `fake` | Generate fake data using the `Faker` library | `faker` |
35-
| [HuggingFaceDatasets](./datasources/huggingface.md) | `huggingface` | Read datasets from the HuggingFace Hub | `datasets` |
36-
| [StockDataSource](./datasources/stock.md) | `stock` | Read stock data from Alpha Vantage | None |
37-
| [SimpleJsonDataSource](./datasources/simplejson.md) | `simplejson` | Read JSON data from a file | `databricks-sdk` |
38-
| [GoogleSheetsDataSource](./datasources/googlesheets.md) | `googlesheets` | Read table from public Google Sheets document | None |
39-
| [KaggleDataSource](./datasources/kaggle.md) | `kaggle` | Read datasets from Kaggle | `kagglehub`, `pandas`, `pyarrow` |
31+
| Data Source | Short Name | Description | Dependencies |
32+
| ------------------------------------------------------- | -------------- | --------------------------------------------- | --------------------- |
33+
| [GithubDataSource](./datasources/github.md) | `github` | Read pull requests from a Github repository | None |
34+
| [FakeDataSource](./datasources/fake.md) | `fake` | Generate fake data using the `Faker` library | `faker` |
35+
| [HuggingFaceDatasets](./datasources/huggingface.md) | `huggingface` | Read datasets from the HuggingFace Hub | `datasets` |
36+
| [StockDataSource](./datasources/stock.md) | `stock` | Read stock data from Alpha Vantage | None |
37+
| [SimpleJsonDataSource](./datasources/simplejson.md) | `simplejson` | Read JSON data from a file | `databricks-sdk` |
38+
| [GoogleSheetsDataSource](./datasources/googlesheets.md) | `googlesheets` | Read table from public Google Sheets document | None |
39+
| [KaggleDataSource](./datasources/kaggle.md) | `kaggle` | Read datasets from Kaggle | `kagglehub`, `pandas` |

0 commit comments

Comments
 (0)