• 保障型
  • 各家保險公司1
    • 中國人壽
    • 新光
    • 富邦
    • 遠雄
    • 全球
    • 台灣人壽
    • 元大人壽
  • 各家保險公司2
    • 台銀人壽
    • 宏泰
    • 南山&朝陽
    • 國泰
    • 香港保單
    • 第一金人壽
    • 安聯
  • 投資
  • 理財與保險觀念
  • 信用卡
  • 保險局仇視短年期儲蓄險
  • 利率&利差
  • 專家?專門害人家?
  • 舊保單轉換
  • 攝影或3C
  • 新聞
  • 旅遊訂房,購物
  • 廠商廣告
  • 清單
  • 男女交友
  • 笑話
  • 電影
  • 未分類
All Rights ReservedView Non-AMP Version
儲蓄保險王
  • 攝影或3C

Python: 如何取得bool numpy.ndarray中, 元素==True的index? boolAry.nonzero() ; pandas.Series() 的isin() 函式

3 年 ago

參考資料 Q1: 在numpy的argm...

  • 攝影或3C

Python matplotlib繪製3D圖; surface = ax.plot_surface (axXmesh, axYmesh, dataZary , rstride=1, cstride=1, cmap=”coolwarm_r”) ; spyder無法用滑鼠改變3D圖的視角該如何處理? %matplotlib qt

3 年 ago

參考資料: 爾摩儲藏室 matplotl...

  • 信用卡

2023彰化銀行my樂現金回饋卡: 台灣Pay、Google Pay、LINE Pay、街口支付、Pi拍錢包、悠遊付, 當月消費加碼享3%現金回饋,倘符合新卡資格則享6%現金回饋(需登錄), 六大通路(國外,超市,量販,餐廳,百貨,五大電信) 再享最高3.5%回饋

3 年 ago

無腦刷My樂 6Pay筆筆享回饋 活動期...

  • 攝影或3C

Python: pandas.DataFrame.astype() 函数方法的使用; df1.astype( dtype = np.float64, errors = “ignore”)

3 年 ago

參考: Python: pandas.D...

  • 攝影或3C

Python: 從外部可以修改私有屬性嗎? obj._Cult__name = “天堂之門” ; setattr( obj , “_Cult__name” , “大衛教派” )

3 年 ago

參考: 在外部修改私有屬性,真行嗎? c...

  • 攝影或3C

Python: Pandas.DataFrame如何刪除某一直欄? Pandas.DataFrame.drop( “Unnamed: 0”, axis = 1)

3 年 ago

使用pandas.DataFrame.t...

  • 攝影或3C

Python: 如何做矩陣乘法? numpy.matmul (ary1, ary2) 或 ary1 @ ary2 或 numpy.dot (ary1, ary2)

3 年 ago

numpy.matmul (ary1, ...

  • 攝影或3C

Python機器學習: 決策樹 (DecisionTreeClassifier) ; from sklearn.tree import DecisionTreeClassifier ; tree = DecisionTreeClassifier(criterion = “gini”) #criterion = “entropy” #criterion: 標準,準則

3 年 ago

from sklearn.tree im...

  • 攝影或3C

Python: 字串(string)的函式.rfind() .replace() 切片與串接; 如何尋找直欄中,含有特定關鍵字的列數? pandas.Series.str.contains(“Hz”) ;如何將Series中的內容去掉首末的空格並小寫? pandas.Series .str.strip() .str.lower() #需要兩次.str

3 年 ago

pandas如何去掉空列/空欄? 如何重...

  • 攝影或3C

Python: numpy 4d array如何取值? pandas如何去掉空列/空欄? 如何重置DataFrame的index/欄標籤? df_drop = df_Raw.dropna (axis=0, how=”all”).reset_index(drop=True) ; df_drop1.columns = list(range(df_drop1.columns.size))

3 年 ago

import numpy as np a...

Show more Posts
Show previous Posts
All Rights ReservedView Non-AMP Version