20150102加拿大維多利亞捕獲野生海豹0 by 儲蓄保險王 · 2015-02-07 http://youtu.be/9nWvxXbSibM 相關文章Python: pandas.DataFrame.astype() 函数方法的使用; df1.astype( dtype = np.float64, errors = "ignore")Python中的文件和路徑操作:使用os.path函數和__file__變數; os.path.split() #一次取得dirname , basename 可以取代os.path.dirname() + os.path.basename() ;分離主/副檔名: os.path.splitext() #split ext ; os.path.join( folder, fname) #將folder, fname合併為完整的路徑Python GUI: tkinter中.get()與.cget()的差別為何? #configuration ; entry_widget.get() ; label_widget.cget("text") ; label_widget = tk.Label( window, text = "Hello, World!")Python: pandas.read_excel(r"路徑\檔名.副檔名", header = None), 自動加上0,1...的欄標籤, DataFrame如何取某一直欄或橫列? 如何用 .iloc[bool_list] 取出判斷式為真的那一列? bool_list = list( df[0] == 0 ) ; bool_list = list(df[0].isin([0])) ; DataFrame如何顯示完整的資料? pandas.set_option ( "display.max_rows", None)Python: list.index() 只能找到第一個元素的index,若元素有重複,如何找出所有index? indexes = [index for index, value in enumerate(my_list) if value == target]使用 Python 檢驗字符串格式:掌握正則表達式(Regular Expression)的起始^與終止$符號, pattern = r'^GATR[0-9]{4}$'Python: bytes , bytearrayPython TQC考題510: 星號輸出;pandas.DataFrame 如何轉為str? .to_string( index=False, header=False)Python TQC考題508: 二進位運算; 使用f string格式化字串 {:08b}
0 Python: 如何使用datetime模組來處理日期和時間的計算?如何計算時間差? from datetime import datetime ; datetime.strptime (date_string, format) 2024-02-15
近期留言