文件名称:数据处理:处理数据的工具和笔记本的集合
文件大小:133KB
文件格式:ZIP
更新时间:2024-02-28 17:55:25
data csv rest heatmap sqlite-database
总览 收集脚本以处理数据。 先决条件 为了成功运行项目,应满足以下先决条件: Python3.x。 SQLite的 已安装所有依赖项。 依赖项安装 要安装依赖项,请在提示符下键入以下命令。 $ > pip install -r requirements SQLite安装 根据您的环境,按照的说明进行操作。 剧本 orders-exporter.py 将订单从JSON格式导出到CSV以及可选地导出到SQLite数据库。 它需要在输入中输入API密钥: $ > python orders-exporter.py usage: orders-exporter.py [-h] -k KEY [-l LOCALE] [-d] -p PATH -n NUMBER orders-exporter.py: error: the following arguments are required
【文件预览】:
data-crunching-main
----.travis.yml(138B)
----docs()
--------img()
----data()
--------csv()
--------db()
----statements.sql(2KB)
----tests()
--------test_util.py(985B)
--------test_common.py(243B)
----LICENSE(1KB)
----requirements.txt(590B)
----setup.py(0B)
----.gitignore(2KB)
----Makefile(141B)
----README.md(3KB)
----scripts()
--------common.py(12KB)
--------sql.py(5KB)
--------util.py(2KB)
--------__init__.py(0B)
--------model.py(7KB)
--------orders-exporter.py(2KB)
--------orders-dbdumper.py(2KB)
----notebooks()
--------heatmap.ipynb(623KB)