Interactive Pandas Playground

Interactive Pandas Playground#

This notebook provides a hands-on environment for exploring pandas operations with sample employee data.

What you can do:

  • Write and execute pandas code in real-time using the text area below

  • Experiment with filtering, sorting, grouping, and other pandas operations

Sample data includes:

  • 5 employees across Engineering, Sales, Marketing, and HR departments

  • Age and salary information for analysis practice

Please be patient while the playground loads