總結

給試算表使用者的 Python

Chris Cardillo

Data Scientist

第 1 章

  • pd.read_excel() 匯入
  • .head().describe().info() 掌握資料
  • df[df[column] == 'value'] 篩選
  • df[new_column] = df[old_column] + 1 建立新欄
給試算表使用者的 Python

第 2 章

  • df.group_by().sum() 樞紐彙總
給試算表使用者的 Python

第 3 章

  • 多工作表:pd.ExcelFile().parse()
  • .merge() 與左連接
  • 函式、方法、屬性
給試算表使用者的 Python

第 4 章

  • sns.barplot()plt.show()
  • plt.title()plt.xlabel()plt.ylabel()
  • sns.set_style()sns.despine()
  • hue
給試算表使用者的 Python

下一步

給試算表使用者的 Python

祝你好運!

給試算表使用者的 Python

Preparing Video For Download...