Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -68,6 +68,8 @@ You can load the dataset with the following lines of code.
|
|
| 68 |
from datasets import load_dataset
|
| 69 |
dataset = load_dataset("Dingdong-Inc/FreshRetailNet-50K")
|
| 70 |
print(dataset)
|
|
|
|
|
|
|
| 71 |
DatasetDict({
|
| 72 |
train: Dataset({
|
| 73 |
features: ['city_id', 'store_id', 'management_group_id', 'first_category_id', 'second_category_id', 'third_category_id', 'product_id', 'dt', 'sale_amount', 'hours_sale', 'stock_hour6_22_cnt', 'hours_stock_status', 'discount', 'holiday_flag', 'activity_flag', 'precpt', 'avg_temperature', 'avg_humidity', 'avg_wind_level'],
|
|
|
|
| 68 |
from datasets import load_dataset
|
| 69 |
dataset = load_dataset("Dingdong-Inc/FreshRetailNet-50K")
|
| 70 |
print(dataset)
|
| 71 |
+
```
|
| 72 |
+
```text
|
| 73 |
DatasetDict({
|
| 74 |
train: Dataset({
|
| 75 |
features: ['city_id', 'store_id', 'management_group_id', 'first_category_id', 'second_category_id', 'third_category_id', 'product_id', 'dt', 'sale_amount', 'hours_sale', 'stock_hour6_22_cnt', 'hours_stock_status', 'discount', 'holiday_flag', 'activity_flag', 'precpt', 'avg_temperature', 'avg_humidity', 'avg_wind_level'],
|