lona / docs /pandas_cheatsheet.md
mrradix's picture
Update docs/pandas_cheatsheet.md
28c1b35 verified

A newer version of the Gradio SDK is available: 6.14.0

Upgrade

Pandas Cheatsheet

  • df.head() – Show first rows
  • df.describe() – Summary stats
  • df.isnull().sum() – Count missing values
  • df.fillna(value) – Fill missing