logistics/售价模型审核.ipynb

36 lines
616 B
Plaintext
Raw Normal View History

2025-06-17 13:40:20 +08:00
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1.查询5.1-5.28测量包裹尺寸的订单数据\n",
"2.以美国的售价计算它当前应该有的售价\n",
"3.判断"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"sql = \"\"\"SELECT * FROM 表名\"\"\""
]
}
],
"metadata": {
"kernelspec": {
"display_name": "base",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
}