pd:命令行中的pandas
命令行中的熊猫 使用pandas在命令行中查询csv文件或表格数据,例如: cat example.csv | pd -q "x > 30" --sort z cat example.csv | pd -q "x > 30" --sort z 。 支持和一些基本的列重新排序/重命名。 所有CLI参数: usage: pd [-h] [--query QUERY] [--input INPUT] [--output OUTPUT] [--pretty] [--transpose] [--sort SORT [SORT ...]] [--descending] [--drop DROP [DROP ...]] [--with-index] [--latex] [--float-format FLOAT_FORMAT] [--mov