Excel TQC考題202: 快樂小學學生名冊,自訂格式:0″公斤”;[紅色]”減”0″公斤”;[藍色]”完美身材” by 儲蓄保險王 · 2022-04-10 Excel TQC考題202: 快樂小學學生名冊 簡單的都省略 題目: 用CTRL + SHIFT + 方向鍵:下 選取I7~I62 CTRL + I 0″公斤”;[紅色]”減”0″公斤”;[藍色]”完美身材” 相關文章Python: 如何使用docx套件,在word文件中插入一個帶有超連結的文字? from docx.oxml.shared import OxmlElement, qnPython TQC考題: 輸入一個正整數n,並讀取read.txt內容,將首n列的每個英文字首字大寫輸出write.txt ; pandas.Series.str.title() #輸出csv或xlsx時,如何不輸出index 跟 header ? .to_csv( "write.txt", index=False, header=False)Python: numpy.mean(arry2d , axis=0) ; axis參數如何用? numpy.max() ; numpy.min() ; numpy.argmax() #沿軸max的index; numpy.argmin() #沿軸min的indexPython: range(start, end, step) 只輸入一個數值的話,默認start=0, step=1,為何可以不把有預設值的參數start放在最後?Python: 如何使用graphviz套件繪製流程圖? from graphviz import Digraph ; dot = Digraph() ; dot.attr(rankdir='TB', size='10,15') #"TB": Top to Bottom, 從上而下的佈局Python:如何建立新資料夾?os.mkdir() ; os.makedirs() ; 有何差別?Python: 格式化字串 .format() 順序order,關鍵字keyword,索引index .2% 換算為百分比,精準到小數點下兩位20,30,40,50歲的投資人每月投資多少金額,才能在60歲退休時累積千萬退休金?Python如何使用numpy_financial.pmt() 計算每月應投資金額?送GUI介面程式Python: 二進制的負數如何表示?補數
0 Python: matplotlib繪圖 如何用 bbox_to_anchor 控制legend (圖例)位置? ax.legend( bbox_to_anchor = (1, 1), borderaxespad=0) 2023-05-01
0 Python 如何用pandas.Series.nsmallest() 找到n個與target差距最小的index?再從中找到距離idxmax最近的index?避免誤抓sidelobes的index? targetIdx = (serMean-target_value).abs().nsmallest(n).index.tolist() ;Series切片: .loc[標籤名1:標籤名2] (會含標籤名2) ; .iloc[位置1:位置2] (不含位置2) 2023-02-21
近期留言