“pandas と matplotlib を install し、この 200MB CSV の trends を plot してください。”
MoClaw がすること
- 1 CSV を cloud computer 上の ~/data/q4-orders.csv に upload します。
- 2 persistent venv で pip install pandas matplotlib を実行します。前回から既に installed なら cache に当たり 2 seconds で終わります。
- 3 pandas read と region 別 orders の matplotlib bar chart を含む plot.py を書きます。
- 4 plot.png を 1200×800 で render し、chat に inline 表示します。
thread に chart と ~/data/plot.png への link が届きます。CSV は cloud computer に残るため、3 weeks 後に「rerun the same chart with the new file」と頼めば、前回の続きから進められます。