ended7월 16일· 1 sources

Stop Writing .isnull() — Audit Your Dataset in One Line with OMR

Why it matters

Every time I start a new data project, I write the same boilerplate: python df.isnull().sum() df.duplicated().sum() df.dtypes df.describe() df[df['age'] < 0] # ... 40 more lines After doing this for t...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues