“Install pandas and matplotlib, then plot the trends in this 200MB CSV.”
What MoClaw does
- 1 Uploads the CSV to ~/data/q4-orders.csv on your cloud computer.
- 2 Runs pip install pandas matplotlib in the persistent venv. Already installed from last time, hits cache and takes 2 seconds.
- 3 Writes plot.py with a pandas read plus a matplotlib bar chart of orders by region.
- 4 Renders plot.png at 1200×800 and inlines it in the chat.
You get a chart in the thread plus a link to ~/data/plot.png. The CSV stays in your cloud computer; ask in 3 weeks 'rerun the same chart with the new file' and it picks up where it left off.