Excel TQC考題202: 快樂小學學生名冊,自訂格式:0″公斤”;[紅色]”減”0″公斤”;[藍色]”完美身材” by 儲蓄保險王 · 2022-04-10 Excel TQC考題202: 快樂小學學生名冊 簡單的都省略 題目: 用CTRL + SHIFT + 方向鍵:下 選取I7~I62 CTRL + I 0″公斤”;[紅色]”減”0″公斤”;[藍色]”完美身材” 相關文章Python pandas: 高效數據重構(樞紐分析) — 使用 groupby("Name").cumcount, set_index 與 unstack 將長格式轉為寬格式Python如何開文字檔案?取出某一直行?with open(fpath,'r') as f: for line in f: lst = line.split()Python機器學習: train_test_split() 切割資料(波士頓地區房價)為訓練資料跟測試資料; from sklearn.model_selection import train_test_split ; xtrain, xtest, ytrain, ytest = train_test_split(x, y, test_size=0.3, random_state=42, shuffle=True) 菲律賓語言學校 TOP 10推薦!不同城市、學風一次看!Python機器學習: 決策樹 (DecisionTreeClassifier) ; from sklearn.tree import DecisionTreeClassifier ; tree = DecisionTreeClassifier(criterion = "gini") #criterion = “entropy” #criterion: 標準,準則Python GUI: tkinter中.get()與.cget()的差別為何? #configuration ; entry_widget.get() ; label_widget.cget("text") ; label_widget = tk.Label( window, text = "Hello, World!")Python: pandas.DataFrame() 在不同資料類型(array/dict)下的 columns 參數用法 #賦值 #選擇Python 表達式中的魔法:用海象運算子讓斷詞程式碼更乾淨 [w_clean for w in words if (w_clean:=w.lower().strip()) and w_clean not in STOPWORDS]Python: 如何計算全文件詞頻(term frequency,簡稱TF)與逆向檔案頻率(Inverse Document Frequency,簡稱 IDF)?
0 Python如何串接OpenAI /Claude /Gemini API自動將大量維修紀錄JSON轉自然語言描述(並避免中斷資料遺失)response = client.chat.completions.create() ; reply = response.choices[0].message.content 2025-07-15
0 Python如何用pandas.DataFrame.describe() 一次求得計數(count), 均值(mean), 標準差(std), max, min, 中位數, 1/4位數, 3/4位數 2023-02-22
近期留言