Analyze and transform data with pandas in the cloud.
Start coding free →pandas is a Python library for data manipulation and analysis. It provides fast, expressive data structures for working with labeled and relational data, and handles reading from CSV, Excel, JSON, and other common formats. RunCode workspaces come with Python and pandas preinstalled, so you can load a dataset and start exploring without installing anything locally.
Open a pandas workspace →The central object in pandas is the DataFrame, a two-dimensional table with labeled rows and columns. It gives you an in-memory structure that handles data at scale and integrates with the rest of the Python data stack. Key operations include: