Datasets:
Tasks:
Table Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Azerbaijani
Size:
10K - 100K
License:
Initial Commit
Browse files- LICENSE +0 -0
- README.md +26 -3
- data/turbo.csv +0 -0
- data/turbo.parquet +3 -0
LICENSE
ADDED
File without changes
|
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Turbo Dataset
|
2 |
+
|
3 |
+
This dataset contains car listings scraped from turbo.az.
|
4 |
+
|
5 |
+
## Introduction
|
6 |
+
The dataset includes details such as car name, price, year, engine, distance, and city.
|
7 |
+
. For extracting own realtime dataset, please visit to the [GitHub repository](https://github.com/zmmmdf/turbo2csv/tree/main).
|
8 |
+
|
9 |
+
## Usage
|
10 |
+
```py
|
11 |
+
from datasets import load_dataset
|
12 |
+
|
13 |
+
dataset = load_dataset("zmmmdf/turbo.az")print(dataset[0])
|
14 |
+
```
|
15 |
+
|
16 |
+
## Citation
|
17 |
+
|
18 |
+
If you use our work, please cite:
|
19 |
+
|
20 |
+
```
|
21 |
+
@misc{ma2023taxi1500,
|
22 |
+
title={Turbo.AZ: Dataset contains car listings scraped from turbo.az.},
|
23 |
+
author={Ziya Mammadov},
|
24 |
+
year={2024},
|
25 |
+
}
|
26 |
+
```
|
data/turbo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/turbo.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f09fb0b7f4d797053a693660aa871fc4ec6940d8fbb019f74a646248f4777a13
|
3 |
+
size 138636
|