Tags / pandas
Extracting Entire Table Data from Partially Displayed Tables Using Python's Pandas Library
Comparing Text Strings Between Two Excel Files Using Python
Evaluating Formulas on the Command Line with Pandas Formulas in Python
To answer your question, the code you've posted is actually creating a table of values in Python using pandas library and then printing this table.
How to Create a Drop-Down Menu in Excel Using Python and XlsxWriter
Merging Multiple Files into One Column and Common Index using Pandas in Python
Selecting Rows from Sparse Dataframes by Index Position
Extracting Primary Classifier from String Data with Repeated Delimiters Using Pandas
Reading JSON Files into DataFrames with Python's Pandas Library
Understanding the Impact of Assigning a Copy of a DataFrame in Python