pd:命令行中的pandas

时间:2024-02-29 20:14:19
【文件属性】:

文件名称:pd:命令行中的pandas

文件大小:2KB

文件格式:ZIP

更新时间:2024-02-29 20:14:19

Python

命令行中的熊猫 使用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


【文件预览】:
pd-master
----README.md(2KB)
----pd.py(3KB)
----example.csv(66B)

网友评论