{ "cells": [ { "cell_type": "markdown", "id": "b8cd08fa", "metadata": {}, "source": [ "# Week 11" ] }, { "cell_type": "code", "execution_count": 1, "id": "ca6f105a", "metadata": {}, "outputs": [], "source": [ "import seaborn as sns" ] }, { "cell_type": "code", "execution_count": 2, "id": "452186fc", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | total_bill | \n", "tip | \n", "sex | \n", "smoker | \n", "day | \n", "time | \n", "size | \n", "
---|---|---|---|---|---|---|---|
0 | \n", "16.99 | \n", "1.01 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "
1 | \n", "10.34 | \n", "1.66 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "
2 | \n", "21.01 | \n", "3.50 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "
3 | \n", "23.68 | \n", "3.31 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "
4 | \n", "24.59 | \n", "3.61 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "4 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
239 | \n", "29.03 | \n", "5.92 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "3 | \n", "
240 | \n", "27.18 | \n", "2.00 | \n", "Female | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "
241 | \n", "22.67 | \n", "2.00 | \n", "Male | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "
242 | \n", "17.82 | \n", "1.75 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "2 | \n", "
243 | \n", "18.78 | \n", "3.00 | \n", "Female | \n", "No | \n", "Thur | \n", "Dinner | \n", "2 | \n", "
244 rows × 7 columns
\n", "\n", " | total_bill | \n", "tip | \n", "sex | \n", "smoker | \n", "day | \n", "time | \n", "size | \n", "
---|---|---|---|---|---|---|---|
0 | \n", "16.99 | \n", "1.01 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "
1 | \n", "10.34 | \n", "1.66 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "
2 | \n", "21.01 | \n", "3.50 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "
3 | \n", "23.68 | \n", "3.31 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "
4 | \n", "24.59 | \n", "3.61 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "4 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
239 | \n", "29.03 | \n", "5.92 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "3 | \n", "
240 | \n", "27.18 | \n", "2.00 | \n", "Female | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "
241 | \n", "22.67 | \n", "2.00 | \n", "Male | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "
242 | \n", "17.82 | \n", "1.75 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "2 | \n", "
243 | \n", "18.78 | \n", "3.00 | \n", "Female | \n", "No | \n", "Thur | \n", "Dinner | \n", "2 | \n", "
244 rows × 7 columns
\n", "\n", " | total_bill | \n", "tip | \n", "sex | \n", "smoker | \n", "day | \n", "time | \n", "size | \n", "regression | \n", "
---|---|---|---|---|---|---|---|---|
0 | \n", "16.99 | \n", "1.01 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "2.704636 | \n", "
1 | \n", "10.34 | \n", "1.66 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "2.006223 | \n", "
2 | \n", "21.01 | \n", "3.50 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "3.126835 | \n", "
3 | \n", "23.68 | \n", "3.31 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "3.407250 | \n", "
4 | \n", "24.59 | \n", "3.61 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "4 | \n", "3.502822 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
239 | \n", "29.03 | \n", "5.92 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "3 | \n", "3.969131 | \n", "
240 | \n", "27.18 | \n", "2.00 | \n", "Female | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.774836 | \n", "
241 | \n", "22.67 | \n", "2.00 | \n", "Male | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.301175 | \n", "
242 | \n", "17.82 | \n", "1.75 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "2 | \n", "2.791807 | \n", "
243 | \n", "18.78 | \n", "3.00 | \n", "Female | \n", "No | \n", "Thur | \n", "Dinner | \n", "2 | \n", "2.892630 | \n", "
244 rows × 8 columns
\n", "\n", " | total_bill | \n", "tip | \n", "sex | \n", "smoker | \n", "day | \n", "time | \n", "size | \n", "regression | \n", "regression_error | \n", "
---|---|---|---|---|---|---|---|---|---|
0 | \n", "16.99 | \n", "1.01 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "2.704636 | \n", "1.694636 | \n", "
1 | \n", "10.34 | \n", "1.66 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "2.006223 | \n", "0.346223 | \n", "
2 | \n", "21.01 | \n", "3.50 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "3.126835 | \n", "-0.373165 | \n", "
3 | \n", "23.68 | \n", "3.31 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "3.407250 | \n", "0.097250 | \n", "
4 | \n", "24.59 | \n", "3.61 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "4 | \n", "3.502822 | \n", "-0.107178 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
239 | \n", "29.03 | \n", "5.92 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "3 | \n", "3.969131 | \n", "-1.950869 | \n", "
240 | \n", "27.18 | \n", "2.00 | \n", "Female | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.774836 | \n", "1.774836 | \n", "
241 | \n", "22.67 | \n", "2.00 | \n", "Male | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.301175 | \n", "1.301175 | \n", "
242 | \n", "17.82 | \n", "1.75 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "2 | \n", "2.791807 | \n", "1.041807 | \n", "
243 | \n", "18.78 | \n", "3.00 | \n", "Female | \n", "No | \n", "Thur | \n", "Dinner | \n", "2 | \n", "2.892630 | \n", "-0.107370 | \n", "
244 rows × 9 columns
\n", "\n", " | total_bill | \n", "tip | \n", "sex | \n", "smoker | \n", "day | \n", "time | \n", "size | \n", "regression | \n", "regression_error | \n", "regression_2 | \n", "
---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "16.99 | \n", "1.01 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "2.704636 | \n", "1.694636 | \n", "2.629340 | \n", "
1 | \n", "10.34 | \n", "1.66 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "2.006223 | \n", "0.346223 | \n", "2.205394 | \n", "
2 | \n", "21.01 | \n", "3.50 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "3.126835 | \n", "-0.373165 | \n", "3.194645 | \n", "
3 | \n", "23.68 | \n", "3.31 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "3.407250 | \n", "0.097250 | \n", "3.249592 | \n", "
4 | \n", "24.59 | \n", "3.61 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "4 | \n", "3.502822 | \n", "-0.107178 | \n", "3.719157 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
239 | \n", "29.03 | \n", "5.92 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "3 | \n", "3.969131 | \n", "-1.950869 | \n", "3.938206 | \n", "
240 | \n", "27.18 | \n", "2.00 | \n", "Female | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.774836 | \n", "1.774836 | \n", "3.574089 | \n", "
241 | \n", "22.67 | \n", "2.00 | \n", "Male | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.301175 | \n", "1.301175 | \n", "3.155952 | \n", "
242 | \n", "17.82 | \n", "1.75 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "2 | \n", "2.791807 | \n", "1.041807 | \n", "2.706292 | \n", "
243 | \n", "18.78 | \n", "3.00 | \n", "Female | \n", "No | \n", "Thur | \n", "Dinner | \n", "2 | \n", "2.892630 | \n", "-0.107370 | \n", "2.795297 | \n", "
244 rows × 10 columns
\n", "\n", " | total_bill | \n", "tip | \n", "sex | \n", "smoker | \n", "day | \n", "time | \n", "size | \n", "regression | \n", "regression_error | \n", "regression_2 | \n", "regression_2 error | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "16.99 | \n", "1.01 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "2.704636 | \n", "1.694636 | \n", "2.629340 | \n", "1.619340 | \n", "
1 | \n", "10.34 | \n", "1.66 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "2.006223 | \n", "0.346223 | \n", "2.205394 | \n", "0.545394 | \n", "
2 | \n", "21.01 | \n", "3.50 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "3.126835 | \n", "-0.373165 | \n", "3.194645 | \n", "-0.305355 | \n", "
3 | \n", "23.68 | \n", "3.31 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "3.407250 | \n", "0.097250 | \n", "3.249592 | \n", "-0.060408 | \n", "
4 | \n", "24.59 | \n", "3.61 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "4 | \n", "3.502822 | \n", "-0.107178 | \n", "3.719157 | \n", "0.109157 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
239 | \n", "29.03 | \n", "5.92 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "3 | \n", "3.969131 | \n", "-1.950869 | \n", "3.938206 | \n", "-1.981794 | \n", "
240 | \n", "27.18 | \n", "2.00 | \n", "Female | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.774836 | \n", "1.774836 | \n", "3.574089 | \n", "1.574089 | \n", "
241 | \n", "22.67 | \n", "2.00 | \n", "Male | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.301175 | \n", "1.301175 | \n", "3.155952 | \n", "1.155952 | \n", "
242 | \n", "17.82 | \n", "1.75 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "2 | \n", "2.791807 | \n", "1.041807 | \n", "2.706292 | \n", "0.956292 | \n", "
243 | \n", "18.78 | \n", "3.00 | \n", "Female | \n", "No | \n", "Thur | \n", "Dinner | \n", "2 | \n", "2.892630 | \n", "-0.107370 | \n", "2.795297 | \n", "-0.204703 | \n", "
244 rows × 11 columns
\n", "\n", " | regression_error | \n", "regression_2 error | \n", "
---|---|---|
count | \n", "244.000000 | \n", "244.000000 | \n", "
mean | \n", "0.745825 | \n", "0.739004 | \n", "
std | \n", "0.694074 | \n", "0.685833 | \n", "
min | \n", "0.002632 | \n", "0.002048 | \n", "
25% | \n", "0.276832 | \n", "0.273011 | \n", "
50% | \n", "0.541028 | \n", "0.536010 | \n", "
75% | \n", "0.999040 | \n", "0.959264 | \n", "
max | \n", "3.743435 | \n", "4.042497 | \n", "
\n", " | Thur | \n", "Fri | \n", "Sat | \n", "Sun | \n", "
---|---|---|---|---|
0 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
1 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
2 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
3 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
4 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
239 | \n", "0 | \n", "0 | \n", "1 | \n", "0 | \n", "
240 | \n", "0 | \n", "0 | \n", "1 | \n", "0 | \n", "
241 | \n", "0 | \n", "0 | \n", "1 | \n", "0 | \n", "
242 | \n", "0 | \n", "0 | \n", "1 | \n", "0 | \n", "
243 | \n", "1 | \n", "0 | \n", "0 | \n", "0 | \n", "
244 rows × 4 columns
\n", "\n", " | total_bill | \n", "tip | \n", "sex | \n", "smoker | \n", "day | \n", "time | \n", "size | \n", "regression | \n", "regression_error | \n", "regression_2 | \n", "regression_2 error | \n", "Thur | \n", "Fri | \n", "Sat | \n", "Sun | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "16.99 | \n", "1.01 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "2.704636 | \n", "1.694636 | \n", "2.629340 | \n", "1.619340 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
1 | \n", "10.34 | \n", "1.66 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "2.006223 | \n", "0.346223 | \n", "2.205394 | \n", "0.545394 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
2 | \n", "21.01 | \n", "3.50 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "3 | \n", "3.126835 | \n", "-0.373165 | \n", "3.194645 | \n", "-0.305355 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
3 | \n", "23.68 | \n", "3.31 | \n", "Male | \n", "No | \n", "Sun | \n", "Dinner | \n", "2 | \n", "3.407250 | \n", "0.097250 | \n", "3.249592 | \n", "-0.060408 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
4 | \n", "24.59 | \n", "3.61 | \n", "Female | \n", "No | \n", "Sun | \n", "Dinner | \n", "4 | \n", "3.502822 | \n", "-0.107178 | \n", "3.719157 | \n", "0.109157 | \n", "0 | \n", "0 | \n", "0 | \n", "1 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
239 | \n", "29.03 | \n", "5.92 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "3 | \n", "3.969131 | \n", "-1.950869 | \n", "3.938206 | \n", "-1.981794 | \n", "0 | \n", "0 | \n", "1 | \n", "0 | \n", "
240 | \n", "27.18 | \n", "2.00 | \n", "Female | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.774836 | \n", "1.774836 | \n", "3.574089 | \n", "1.574089 | \n", "0 | \n", "0 | \n", "1 | \n", "0 | \n", "
241 | \n", "22.67 | \n", "2.00 | \n", "Male | \n", "Yes | \n", "Sat | \n", "Dinner | \n", "2 | \n", "3.301175 | \n", "1.301175 | \n", "3.155952 | \n", "1.155952 | \n", "0 | \n", "0 | \n", "1 | \n", "0 | \n", "
242 | \n", "17.82 | \n", "1.75 | \n", "Male | \n", "No | \n", "Sat | \n", "Dinner | \n", "2 | \n", "2.791807 | \n", "1.041807 | \n", "2.706292 | \n", "0.956292 | \n", "0 | \n", "0 | \n", "1 | \n", "0 | \n", "
243 | \n", "18.78 | \n", "3.00 | \n", "Female | \n", "No | \n", "Thur | \n", "Dinner | \n", "2 | \n", "2.892630 | \n", "-0.107370 | \n", "2.795297 | \n", "-0.204703 | \n", "1 | \n", "0 | \n", "0 | \n", "0 | \n", "
244 rows × 15 columns
\n", "{t}
'))"
]
},
{
"cell_type": "code",
"execution_count": 26,
"id": "1703a4f2",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"I am writing in reference to the our conversation on Tuesday, March 2, 2021.\n",
"Your order of 100,000 units of GC-1344 microcontrollers has been confirmed.\n",
"You will be billed $19.50 per unit for the total of $1,950,000.00.\n",
"The expected delivery date is Friday, April 30, 2021. In case of any further\n",
"questions please contact our sales department by email support@simonis.biz,\n",
"phone (294) 934-0923 or fax (294) 934-0202.\n",
"\n",
"Delfina Fischer\n",
"Manager, Simonis LLC\n",
"delfina.fisher@simonis.biz\n",
"(294) 934 0937\n",
"
"
],
"text/plain": [
"