20140817_19_HX400V_宜蘭國際童玩節_俄羅斯 by 儲蓄保險王 · 2014-09-02 20140817_19_HX400V_宜蘭國際童玩節_俄羅斯 http://youtu.be/aBtjvr6pTyo 相關文章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: 如何獲取當前的工作目錄? os.getcwd() ; os.path.dirname( os.path.abspath( __file__ ))Python如何使用chardet.detect() 偵測編碼(encoding)? #"charset(字符集) detection"Python 如何做excel的樞紐分析? pandas.DataFrame.groupby() ; .agg( {column name: function name} ) ; 如何讀取多層index的xlsx檔案? df = pandas.read_excel (fpath, index_col =[0,1]) ; 如何顯示所有欄? pd.set_option ( "display.max_columns", None)Python: 資料格式如 List[dict],如何快速將SN加入每一個dict中,以利Excel輸出?如何解包dict? **dict ; 將List[dict]的資料轉為pandas.DataFrame 長什麼樣子?Python物件導向 (Object-oriented programming,簡稱OOP): 類別變數 __class__.PI ; 物件變數 self.PI ; 類別方法 @classmethod cls.PI ; 靜態方法 @staticmethodPython: matplotlib如何設定座標軸刻度? plt.xticks(seq, labels) ;如何生成fig, ax物件? fig = plt.figure(figsize= (10.24, 7.68)) ; ax = fig.add_subplot() ; fig, ax = plt.subplots(figsize=(10.24, 7.68)) ; 如何使用中文? plt.rcParams["font.family"] = ["Microsoft JhengHei"]Python 機器學習: 如何將if ~ else ~語法寫為一列,塞進lambda函數中, pandas.DataFrame 如何使用 .apply(func) 增加新的一欄? model = tensorflow.keras.models.Sequential() #均一化資料Python: Spyder5.4.2的IPython Console出現 Figures now render in the Plots pane by default. To make them also appear inline in the Console, uncheck "Mute Inline Plotting" under the Plots pane options menu. 如何在IPython Console中查詢python路徑與版本: !python -V ; !where python
0 Python: Spyder介面如何改為垂直分割?View -> Windows layouts -> Vertical split,若沒出現Vertical split怎麼辦? Tools -> Reset Spyder to factory defaults 2022-11-02
近期留言