pdappend:附加csv,xlsx和xls文件

时间:2021-03-29 09:53:06
【文件属性】:
文件名称:pdappend:附加csv,xlsx和xls文件
文件大小:21KB
文件格式:ZIP
更新时间:2021-03-29 09:53:06
command-line-tool Python pdappend pdappend运行pdappend以附加csv,xlsx和xls文件。 安装 pip install pdappend 使用pdappend pdappend file1.csv file2.csv file3.csv或pdappend *.csv将当前目录中的所有.csv文件附加到文件中。 pdappend . 将搜索所有兼容的文件类型并将其附加。 支持的文件类型 CSV xls xlsx: (降级为xlrd 1.2.0或转换为.xls ) 对于Excel文件中的特定工作表 使用命令行 使用--sheet-name标志可以添加特定的工作表名称。 例如: pdappend *.xls --sheet-name="Sheet Name" 。 使用.pdappend文件 在当前工作目录中,添加一个.pdappend文件,其中包含: SHEET_NAME=Shee
【文件预览】:
pdappend-master
----setup.py(874B)
----.gitignore(2KB)
----publish.sh(105B)
----requirements.txt(34B)
----publish.bat(123B)
----MANIFEST.in(13B)
----LICENSE(1KB)
----pdappend()
--------__init__.py(59B)
--------dtypes.py(926B)
--------pdappend.py(3KB)
--------cli.py(7KB)
--------utils.py(110B)
--------gui.py(412B)
----.github()
--------workflows()
----README.md(2KB)
----tests()
--------test_commands.py(2KB)
--------test_package.py(143B)
--------f1.csv(14B)
--------__init__.py(339B)
--------f3.xls(23KB)
--------f2.csv(14B)
--------pdappend.csv(70B)
--------f4.xls(23KB)
----pytest.ini(265B)
----install-deps.sh(148B)
----.vscode()
--------settings.json(56B)
--------launch.json(1KB)
----init-venv.sh(31B)
----.flake8(130B)
----requirements-dev.txt(67B)

网友评论