Python TQC考題804 大寫轉換 .title() .upper() .lower() by 儲蓄保險王 · 2022-05-02 #Python TQC考題804 大寫轉換 s=input() print(s.upper()) print(s.title()) #三種都做 相關文章Python:如何用pandas.concat() 合併兩個DataFrame並重置index? pd.concat([df1, df2]) .reset_index(drop=True) ; pd.concat([df1, df2], ignore_index=True)Python: 循環播放 英文單詞及其中文翻譯 ; from gtts import gTTSPython陣列介紹:List[ ], Tuple( ), Set{ }, Dictionary{ }, for迴圈Python pandas 表格清理教學:空字串不是 pd.NA,notna() 會判斷為 True , dropna() 也刪不掉Python: 使用刪節號ellipsis 切片 numpy.ndarray20140817_10_HX400V_宜蘭國際童玩節_泰國Python: 網路爬蟲 selenium 開啟chrome瀏覽器自動連線; chrome = webdriver.Chrome (service=service, options=options) ; 以下錯誤如何解決? SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 113 Current browser version is 118.0.5993.118 with binary path C:\Program Files\Google\Chrome\Application\chrome.exePython: jieba (中文斷詞套件) 如何萃取關鍵字? import jieba.analyse ; jieba.analyse.extract_tags()python-docx 實務攻略: 在指定標題段落後自動插入圖片、並讓圖片不進目錄 ; 在標題段落之後插入新段落→新增 run→放入圖片,並設定 新段落.style 為 Normal 樣式避免納入目錄
0 Python機器學習: 決策樹 (DecisionTreeClassifier) ; from sklearn.tree import DecisionTreeClassifier ; tree = DecisionTreeClassifier(criterion = “gini”) #criterion = “entropy” #criterion: 標準,準則 2022-12-26
近期留言