770-715-2002

한의원 (EST). 가입하기로 했음. 한번 들르세요, 해서 알라스카에 있다고 했음. 인터넷으로 영신 한의원 찾으면 약력등 모두 나오니 웹 제작에 참조하란다. 한달에 $45이라고 하니, 체크로 지불하기 원함. Young Shin Acupuncture – 영어 이름.

현재 나이가 80을 바라보고 있어서, 한의원을 올해 말에 접을지, 내년 봄까지 할지 미정이란다. 매달 $45씩 지불하기가 부담스럽고 한의원은 아는 사람에게 그냥 넘기기로 했단다. 그래서, 웹 사이트 제작 보류해 달란다.

한의원 넘기면 넘겨 받은 새로운 한의사를 접촉해 볼 것 (8/22/2024).

864-408-8270

한의원 (EST). samhwadang@gmail.com – 현재 facebook 등등에 광고 포함, 웹 사이트 관리하는데 한달에 $500 내고 있단다. 현재 웹 사이트는 http://www.acupuncturegreenvillesc.com

위의 사이트로 현재 고객 많이 연락 오고 있단다. 내가 facebook에 광고 대행 포함, 월$45에 해 줄 수 있다고 하니, 어떤 서비스를 총괄적으로 제공하는지 이멜로 견적서 보내란다 (8/22/2024).

CsamiGroup.com 소개 이멜, 최근에 제작한 한의원 링크와 함께, 월 $45로 보냈음 (8/22/2024).

바빠서 이멜 아직 보지 못했단다. 보시고 제가 또 연락드릴께요, 하고 끊었음 (8/23/2024).

생각해 보고 전화 드리겠습니다, 함 (9/9/2024).

Python Code in Jupyter summing each item, each month of 지출-액수.csv in SQLite

import sqlite3
import pandas as pd

# Define the path to your SQLite database
db_path = "/home/jbyungrokim/CSV/CSV.db"

# Connect to the SQLite database
conn = sqlite3.connect(db_path)

# Adjust the query to calculate the sum for each item by year and month
query = """
SELECT 
    strftime('%Y-%m', '20' || substr(Date_Transaction, 7, 2) || '-' || substr(Date_Transaction, 1, 2) || '-' || substr(Date_Transaction, 4, 2)) AS YearMonth,
    Item, 
    SUM(Pay_Amount) AS Total_Spent
FROM 
    '지출-액수_2024_08_20'
GROUP BY 
    YearMonth, Item
ORDER BY 
    YearMonth, Total_Spent DESC;
"""

# Execute the query and store the result in a pandas DataFrame
monthly_sum = pd.read_sql_query(query, conn)

# Reshape the data into a wide format for better readability in a spreadsheet
monthly_sum_wide = monthly_sum.pivot(index='Item', columns='YearMonth', values='Total_Spent').fillna(0)

# Export the data to a CSV file
output_path = "/home/jbyungrokim/CSV/monthly_sum_by_item_Jupyter.csv"
monthly_sum_wide.to_csv(output_path, index=True)

# Print the result
print("Sum of Pay_Amount by Item for each Year/Month:")
print(monthly_sum_wide)

# Close the connection to the SQLite database
conn.close()

지출-액수.csv month by month ITEM sum by R

library(RSQLite)
library(DBI)
library(tidyr)  # For reshaping the data
library(readr)  # For exporting data to CSV

# Define the path to your SQLite database
db_path <- "/home/jbyungrokim/CSV/CSV.db"

# Connect to the SQLite database
conn <- dbConnect(RSQLite::SQLite(), dbname = db_path)

# Adjust the query to calculate the sum for each item by year and month
query <- "
SELECT 
    strftime('%Y-%m', '20' || substr(Date_Transaction, 7, 2) || '-' || substr(Date_Transaction, 1, 2) || '-' || substr(Date_Transaction, 4, 2)) AS YearMonth,
    Item, 
    SUM(Pay_Amount) AS Total_Spent
FROM 
    '지출-액수_2024_08_20'
GROUP BY 
    YearMonth, Item
ORDER BY 
    YearMonth, Total_Spent DESC;
"

# Execute the query and store the result in a data frame
monthly_sum <- dbGetQuery(conn, query)

# Print the result
print("Sum of Pay_Amount by Item for each Year/Month:")
print(monthly_sum)

# Reshape the data into a wide format for better readability in a spreadsheet
monthly_sum_wide <- spread(monthly_sum, YearMonth, Total_Spent, fill = 0)

# Export the data to a CSV file
output_path <- "/home/jbyungrokim/CSV/monthly_sum_by_item.csv"
write_csv(monthly_sum_wide, output_path)

# Print the location of the saved file
print(paste("Data has been saved to:", output_path))

# Close the connection to the SQLite database
dbDisconnect(conn)

404-935-2200

한의원 (EST). parksacupuncture.com 현재 웹 사이트 한번 보고 다시 한번 통화 하기 원함. 현재 웹 사이트 발전 시키는 것을 원하는 듯. 원장 sounds gentle and nice (8/21/2024).

현재 웹 사이트 그럴 듯하고 괜찮으니, 한달에 얼마 지불하고 있는가 물어 보고, 월 $41에 approach 해 볼 것 (8/21/2024).

현재 웹 사이트 유지에 돈은 안 내고 있고, 내가 어떤 도움을 줄 수 있냐고 해서, 웹 사이트 뿐만 아니라 구글 서치 엔진에 등록해서 온라인으로 문의 들어 오게 해 줄 수 있다고 하니, 나중에 연락하겠단다 (8/27/2024).

847-459-7300

한의원 (CST). 젊은 남자가 .. 그럼, 한번 생각해 보고요, 나중에 연락드리겠습니다, 함 (8/20/2024).

847-583-0789

한의원 (CST). 좋은 일 하시네요, 하며 내일 즈음 연락하겠단다. 한달 관리비는 얼마냐고 해서, $45이라고 했음. Paul Lee 원장님 (8/20/2024).

아직 결정이 안 되어서, 결정이 되는데로 연락 드리겠습니다, 하고 매우 polite하게 대답 했음 (8/22/2024).

847-853-8817

한의원 (CST). 산삼 취급함. 월 $45 보낼테니, 10월까지 한번 해 보겠단다. 이미 유명한 비지니스란다 (8/19/2024). 명통 한약 총판매 / 산삼 총판매 (8/19/2024).

내가 건 번호 called ID 보고 call back 전화 해 왔음 (8/19/2024).

현재 인터넷에 많이 떠 있는 듯. 잘 찾아 보고 다시 연락해서 웹 제작해 줄 것 (8/19/2024).

전화 번호로 찾아야 현재 인터넷에 뜨는 광고 볼 수 있음 (8/19/2024).

웹 제작에 한달 걸린다고 하니 그럼 판매 성수기 끝나니까 필요 없단다 (8/20/2024).

Jupyter Installation

sudo apt install python3-venv (Install the python3-venv package if you don't have it)
python3 -m venv myenv (Create a virtual environment)
source myenv/bin/activate (Activate the virtual environment)
pip install jupyter (Install Jupyter within this environment)
jupyter notebook (Run Jupyter Notebook)

after above procedure:

source myenv/bin/activate 
jupyter notebook

When you're done, you can deactivate the virtual environment by typing deactivate.

334-301-8860

한의원 (CST). 전에 내가 한번 전화했다고 기억하는 원장. 현재 가지고 있는 웹 사이트 좀 더 산뜻하게 만들어 주겠다고 하니, 오늘 오후 또는 내일 전화 하겠다고 내 번호 적었음. 월 $45 quoted (8/19/2024).

현재 웹 사이트 – https://shalomacupuntura.creatorlink.net/

다른 사람하고 상의가 끝나야 결정된단다. 제가 또 연락드릴께요, 하고 끊었음 (8/20/2024).