data-analysis
Installation
SKILL.md
Data Analysis
Scientific data analysis with Python. All scripts use the venv at /Users/zhangmingda/clawd/.venv.
Setup
source /Users/zhangmingda/clawd/.venv/bin/activate
Workflow
1. Data Loading
import pandas as pd
import numpy as np