Excel TQC考題202: 快樂小學學生名冊,自訂格式:0″公斤”;[紅色]”減”0″公斤”;[藍色]”完美身材” by 儲蓄保險王 · 2022-04-10 Excel TQC考題202: 快樂小學學生名冊 簡單的都省略 題目: 用CTRL + SHIFT + 方向鍵:下 選取I7~I62 CTRL + I 0″公斤”;[紅色]”減”0″公斤”;[藍色]”完美身材” 相關文章Python: pandas.Series如何只保留str,去除重複值?#isinstance(x:Any, str) -> bool #.drop_duplicates() #Series.apply( function )逐元素應用function運算 #DataFrame.apply( function )逐Series應用function運算 .drop_duplicates() 跟.unique()有何差別? df.drop_duplicates() 等效於 df[~df.duplicated()]Python: 資料格式如 List[dict],如何快速將SN加入每一個dict中,以利Excel輸出?如何解包dict? **dict ; 將List[dict]的資料轉為pandas.DataFrame 長什麼樣子?Python: 如何計算全文件詞頻(term frequency,簡稱TF)與逆向檔案頻率(Inverse Document Frequency,簡稱 IDF)?Python: openai-whisper 語音轉文字(Speech To Text, STT)完整教學; pip install openai-whisper ; 如何購買openAI API key?如何生成字幕檔?Python: 正則表示法(regular expression)中的量詞: +*? ; reading="100.000" units="degrees C" ; 如何以空格分割字串,卻不分割"degrees C"中的空格? re.findall(r'(\w+)="([^"]*)"', input_string)Python: 如何輸出json檔? json.dump() ; json.dumps() 差異為何?Python爬蟲: 如何確認Chrome瀏覽器版本? chrome://settings/help ; chrome://version/ 如何尋找對應的Chrome Driver? https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.jsonPython: 如何使用selenium自動開啟Chrome瀏覽器,輸入關鍵字後,按ENTER,搜尋圖片? 如何抓下所有大圖?Python: 前綴f string 格式化字串 hex_string = f'0x{value :02x}' #:02x or :08b是格式化說明符(format specifier) ; hex() or bin() #轉為16 or 2進位數字,會省略前導0
0 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 type 2023-07-11
0 Taxas Instruments TI AWR1443BOOST EVM: mmWave Demo Visualizer 按”SEND CONFIG TO MMWAVE DEVICE” 若沒反應怎麼處理? 2023-02-17
0 Python: 如何用isin()函式切片出兩個 pandas.Series 重複的元素? ser_bool = 長的Series.isin (短的Series); numpy.bool_ ; WR75 WR42 WR28頻段為何? 2023-02-05
近期留言