csv-read
Load a CSV or Excel file using pandas and return a JSON preview including column names, shape, data types, and the first N rows.
Usage
python3 scripts/csv_read.py --path /data/results.csv --max-rows 50
Output
JSON with keys: columns, shape, dtypes, data (list of rows).