Entfernen Sie 0 Werte aus dem DataFrame
df.loc[~(df==0).all(axis=1)]
Sore Stork
df.loc[~(df==0).all(axis=1)]