ankit-jha / pandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandas

Pandas Dataframe

Rows And Columns

Axis 0 will act on all the ROWS in each COLUMN

Axis 1 will act on all the COLUMNS in each ROW

Tip: Easiest way to remember is that "1" looks like a column

Rows And Columns

Understanding python list slicing

List Slicing

About