hausandcleo3051 hausandcleo3051 25-12-2023 Computers and Technology contestada How can you specify that you want to drop NaNs along rows or along columns in a DataFrame? a) df.dropna(rows=True) b) df.dropna(columns=True) c) df.dropna(axis=0) d) df.dropna(axis=1)