Tags / dataframe
How to Pivot Columns in Pandas Dataframe Using Set Index, Stack, and Reset Index Functions
Converting Strings to Categorical Variables in R Without Specifying Column Names
Modifying "to" Values in Data Manipulation Using Pandas Series.shift and fillna
Converting Pandas DataFrame Values to Percentage 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.
Mastering Pandas DataFrames and CSV Files in Python: Tips for Efficient Data Manipulation
Understanding DataFrames and Sorting Columns Separately: A Step-by-Step Guide with Python Code
Using .values.ravel() to Extract Values from a Pandas DataFrame Without Index
Converting a 2D numpy array to dataframe rows with pandas DataFrame constructor and column name specification
Adding Four Digits to Century-Style Years in Pandas DataFrames: A Simple yet Effective Solution