pd:命令行中的pandas 源码

qqstretch34489 4 0 ZIP 2021-02-27 16:02:36

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

用户评论
请输入评论内容
评分:
暂无评论