20140817_00_HX400V_宜蘭國際童玩節_台灣 by 儲蓄保險王 · 2014-08-23 20140817_00_HX400V_宜蘭國際童玩節_台灣 http://youtu.be/Bx2ebfztcY8 遠傳的3G網路超慢 一個晚上只上傳一個檔案 其他20個現在都還沒傳完 相關文章Python: matplotlib.pyplot ; lines = ax.plot(x, y) ; 如果y是2D的 pandas.DataFrame ; 如何一次加入所有欄標籤當作圖例(legend)的labels? labels= y.columns.tolist() ; ax.legend(lines, labels)Python: 如何使用selenium自動開啟Chrome瀏覽器,輸入關鍵字後,按ENTER,搜尋圖片? 如何抓下所有大圖?Python提取2D array的一部份資料; import numpy; a[1: , 2:] ; a[1:-1 , 2:-1]Python 如何用pandas.Series.nsmallest() 找到n個與target差距最小的index?再從中找到距離idxmax最近的index?避免誤抓sidelobes的index? targetIdx = (serMean-target_value).abs().nsmallest(n).index.tolist() ;Series切片: .loc[標籤名1:標籤名2] (會含標籤名2) ; .iloc[位置1:位置2] (不含位置2)Python 正則表示法 regular expression: re.match() ; re.search() ; re.findall() ; re.fullmatch() 有何差別?Linux / Unix 指令: ps aux | grep XXX.py ; ifconfig ("interface configuration"); ip addr ; hostname -I查詢ip addressPython TQC考題108座標距離計算,import math, math.sqrt(), math.pow()2016國際童玩藝術節_160824更新Python TQC考題910 學生基本資料, print(line.decode("utf-8")), if line.decode("utf-8").split()[2] =="0": female += 1
0 Python 機器學習: RandomForestRegressor 隨機森林迴歸器詳解; from sklearn.ensemble import RandomForestRegressor 2025-04-16
0 Python: pandas, import pandas as pd ; s =pd.Series() ; s.index ; s.values; 類比於dict.keys ; dict.values ; Series有index跟value,可以跟dict互轉;同list的切片可以取值 2022-11-09
近期留言