Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion SERVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ puts csv_string

- csvkit - [(Source)](https://github.com/wireservice/csvkit), [(Doc)](http://csvkit.readthedocs.org)

- E-commerce SKU Profit Analyzer - [(Source)](https://github.com/zhailong8845-art/china-ecom-profit-analyzer) - zero-dependency CLI that converts Chinese e-commerce order CSV exports into per-SKU net-profit, margin, and loss-warning reports; runs offline and outputs Excel-friendly CSV plus JSON

- Panda read_csv - [(Doc)](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html)


Expand Down Expand Up @@ -78,4 +80,3 @@ puts csv_string

- CSV / JSON / XML Converter - [(Link)](https://nutilz.com/csv-json-xml-converter) - free tool that converts between CSV, JSON, and XML in any direction. No signup; files are processed in memory and discarded immediately, never stored or logged.