remove duplicate print

This commit is contained in:
GiangHLe
2025-04-30 13:54:06 +09:00
parent 4a7be656bd
commit 1272842150

View File

@@ -17,7 +17,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
@@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
@@ -93,7 +93,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [
{
@@ -131,7 +131,7 @@
"23%: market share\n",
"5%: customer churn\n",
"8%: previous customer churn\n",
"43.00: user acquisition cost\n",
"43.0: user acquisition cost\n",
"78%: product adoption rate\n",
"87%: employee satisfaction\n",
"34%: operating margin\n",
@@ -143,7 +143,7 @@
"87%: employee satisfaction\n",
"78%: product adoption rate\n",
"45%: revenue growth\n",
"43.00: user acquisition cost\n",
"43.0: user acquisition cost\n",
"34%: operating margin\n",
"23%: market share\n",
"8%: previous customer churn\n",
@@ -156,18 +156,7 @@
"| Employee Satisfaction | 87% |\n",
"| Product Adoption Rate | 78% |\n",
"| Revenue Growth | 45% |\n",
"| User Acquisition Cost | 43.00 |\n",
"| Operating Margin | 34% |\n",
"| Market Share | 23% |\n",
"| Previous Customer Churn | 8% |\n",
"| Customer Churn | 5% |\n",
"| Metric | Value |\n",
"|:--|--:|\n",
"| Customer Satisfaction | 92% |\n",
"| Employee Satisfaction | 87% |\n",
"| Product Adoption Rate | 78% |\n",
"| Revenue Growth | 45% |\n",
"| User Acquisition Cost | 43.00 |\n",
"| User Acquisition Cost | 43.0 |\n",
"| Operating Margin | 34% |\n",
"| Market Share | 23% |\n",
"| Previous Customer Churn | 8% |\n",
@@ -219,8 +208,7 @@
"\n",
"print(\"\\nInput text:\")\n",
"print(report)\n",
"formatted_result = chain(report, data_processing_steps)\n",
"print(formatted_result)"
"formatted_result = chain(report, data_processing_steps)"
]
},
{
@@ -784,7 +772,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "py311",
"display_name": "ultralytics",
"language": "python",
"name": "python3"
},
@@ -798,7 +786,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
"version": "3.12.7"
}
},
"nbformat": 4,