Generate Summary Statistics

Use .describe() to pull summary statistics for every numeric column, then isolate the mean revenue.
Python
Setting up Python environment...
Output