20140817_17_HX400V_宜蘭國際童玩節_俄羅斯 by 儲蓄保險王 · 2014-09-02 20140817_17_HX400V_宜蘭國際童玩節_俄羅斯 http://youtu.be/7NEYuM8Rhjs 相關文章Python: 如何用 pandas.DataFrame.apply 讓DataFrame增加新的一欄 ; df[“mean”] = df.apply( np.mean, axis=1) ; DataFrame.apply(func, axis=0, raw=False, result_type=None, args=(), **kwargs)Linux / Unix 指令: ps aux | grep XXX.py ; ifconfig ("interface configuration"); ip addr ; hostname -I查詢ip addressPython: 檔名:14.5GHZ.csv 如何依據.csv的.做split(),但.5GHZ的.不split()? parts = filename.rsplit(".", 1) ; 使用正則表示法parts = re.split(r"\.(?!\d)", filename)Python如何讀取*.jsonl (JSON Lines)? 讀取為List[dict]Python如何讀取json檔?dic = json.loads( json_str ) ; json的保留字:null, true, false(區分大小寫,全小寫), null(非"null",非Null)自動轉譯為None, true(非"true",非True)自動轉譯為True(bool), false(非"false",非False)自動轉譯為False(bool);colab如何掛載雲端硬碟? from google.colab import drive ; json檔的decode與encode? json.load() ; json.loads() ; json.dump() ; json.dumps() #s代表string的意思,有s的指令,參數需使用str typePython中除tuple以外的容器類(list, dict, set)與不可變對象(tuple, str)的更新行為差異Python TQC考題706: 整數檔案讀寫;使用str type 排序會出現什麼問題?Python TQC考題510: 星號輸出;pandas.DataFrame 如何轉為str? .to_string( index=False, header=False)Python如何串接Bard? 如何取得API Key? Exception: SNlM0e value not found. Double-check __Secure-1PSID value or pass it as token='xxxxx' 如何處理這個錯誤?如何清除cookies?
0 如何用tkinter製作Python的GUI(圖形使用者介面)? from tkinter import Tk, Button, filedialog ; 物件導向避免使用全域變數 ; pandas.read_csv(fpath, skip_blank_lines = True) 可以濾掉空列,Tab , 不定數空白 2023-03-12
0 Python: 檔名:14.5GHZ.csv 如何依據.csv的.做split(),但.5GHZ的.不split()? parts = filename.rsplit(“.”, 1) ; 使用正則表示法parts = re.split(r”\.(?!\d)”, filename) 2023-05-29
近期留言