File size: 866 Bytes
aeea29f
 
 
 
 
 
 
 
 
488d676
 
 
 
a2f025f
 
 
488d676
a2f025f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
488d676
a2f025f
 
 
 
 
488d676
aeea29f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
language:
- ja
pretty_name: Shokujinjp
size_categories:
- n<1K
---

# Shokujinjp Menu
食神餃子王 ([@Shokujinjp](https://x.com/shokujinjp?s=20))のメニューデータです。

## Usage
```python
import pandas as pd
from datasets import load_dataset

# Hugging Face Datasets 形式で読み込み
data = load_dataset(
    "Prgckwb/shokujin-menu",
    split="train"
)
print(data[0])
# {
#     'id': 1,
#     'name': '麻婆豆腐',
#     'price': 650,
#     'category': '定食',
#     'day_start': None,
#     'day_end': None,
#     'can_weekday': None,
#     'description': '1番'
# }

# DataFrame 形式で読み込み
df = pd.read_csv(
    "https://huggingface.co/datasets/Prgckwb/shokujin-menu/raw/main/shokujin.csv"
)
print(df.head())
```

## Reference
データは以下のリポジトリから取得しました。
https://github.com/shokujinjp/data