📖 INDEX
LOADING ENGINE...
df.info()
AI & DATA SCIENCE // df-info
Print a concise summary of a DataFrame.
Syntax
df.info()Examples
Example 01Basic Usage
df.info()Best Practices
- Use vectorized operations over iterations (e.g.
iterrows()) for performance. - Always verify memory usage when loading large files.