Datasets:
Update trading_data.py
Browse files- trading_data.py +1 -1
trading_data.py
CHANGED
|
@@ -3,7 +3,7 @@ import datasets
|
|
| 3 |
import os
|
| 4 |
import pandas as pd
|
| 5 |
|
| 6 |
-
class TradingDataset(
|
| 7 |
# Replace 'your_dataset_name' with an actual name for your dataset
|
| 8 |
BUILDER_CONFIGS = [
|
| 9 |
datasets.BuilderConfig(name="all", version=datasets.Version("1.0.0")),
|
|
|
|
| 3 |
import os
|
| 4 |
import pandas as pd
|
| 5 |
|
| 6 |
+
class TradingDataset(datasets.GeneratorBasedBuilder):
|
| 7 |
# Replace 'your_dataset_name' with an actual name for your dataset
|
| 8 |
BUILDER_CONFIGS = [
|
| 9 |
datasets.BuilderConfig(name="all", version=datasets.Version("1.0.0")),
|