摘要:
centos linux 统计文件行数和列数 centos linux 统计文件行数 wc -l filename centos linux 统计文件列数(列分隔符为空格或Tab) awk 'END{print NF}' filename centos linux 统计文件列数,指定列分隔符为逗号: 阅读全文
posted @ 2023-01-30 20:39
emanlee
阅读(879)
评论(0)
推荐(0)
摘要:
AttributeError: module 'numpy' has no attribute 'object' 解决方案: pip uninstall numpy pip install numpy==1.23.4 Since version 1.24 of numpy, np.object is 阅读全文
posted @ 2023-01-30 12:21
emanlee
阅读(19784)
评论(0)
推荐(0)

浙公网安备 33010602011771号