Excel條件式格式設定,編輯自訂清單 by 儲蓄保險王 · 2022-04-06 Excel條件式格式設定 用參數1標示星期六日: 用參數2標示星期六日: 其他月份用選擇性貼上 貼上 > 格式 編輯自訂清單: 以月填滿: 組成群組 樞紐分析表: 加總可以拉兩次 其中一個顯示總計百分比 插入篩選器 插入交叉分析篩選器 相關文章Python Counter 速查與實戰指南;from collections import CounterPython 物件導向(OOP):深入比較 self.、__class__. 與 self.__class__. 存取類別變數Python: 如何使用 pydub (dub:配音)將m4a 轉換為wav? 用 os.environ [ "PATH" ] 設定環境變量; from pydub import AudioSegment正則表示法(Regular Expression): pattern = re.compile(r'\d+') #re.Pattern ; pattern.match() ; pattern.search() ; pattern.findall() ; pattern.finditer() ; pattern.sub() 如何使用?掌握Python NumPy陣列扁平化:flatten()、ravel()與reshape(-1)的完整指南 #flatten(): 總是建立副本Python: 如何串接Meta API ?如何將dict存成JSON檔? json.dump(dic_msg ,f , ensure_ascii=False ,indent=4)Python: 教你輕鬆掌握資料獨熱編碼(one hot encoding); pandas.get_dummies( ) 與 LabelEncoder 的詳細教學; from sklearn.preprocessing import LabelEncoderPython Regex 實戰:精準抓取 XML 屬性值 (findall vs finditer 與 Group 的奧義)Python 機器學習: RandomForestRegressor 隨機森林迴歸器詳解; from sklearn.ensemble import RandomForestRegressor
0 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) 2023-03-20
近期留言