Skip to content

Instantly share code, notes, and snippets.

@firstfu
Created April 24, 2019 11:12
Show Gist options
  • Save firstfu/9faf46b25a2fdfaebaeded21c3e71d45 to your computer and use it in GitHub Desktop.
Save firstfu/9faf46b25a2fdfaebaeded21c3e71d45 to your computer and use it in GitHub Desktop.
##########################################
pandas的axis的理解: 用運算的方向理解
##########################################
axis=0 => 水平軸開始,延著垂直軸移動。
axis=1 => 垂直軸開始,延著水平軸移動。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment