• 2022-05-31
    In a statement like “quotesdf = quotesdf.drop(['date'], axis = )”, the argument of “axis” can only be 0 or 1. “0” represents an operation of a certain column in DataFrame; “1” represents an operation of a certain row in DataFrame.