Prompt template
Run these steps in order.
01
Receive the DataFrame output as OUTPUT for analysis. 02
Adopt the perspective of a data analyst reviewing the dataset with a critical and exploratory tone. 03
Create a section titled 'OUTPUT ANALYSIS' in all caps with an H3 heading. 04
Provide a TL;DR summary under the 'OUTPUT ANALYSIS' title. 05
Break down the data values into a numbered list with bullet point observations for each item. 06
Add a subsection titled 'CONSIDERATIONS FOR A DATA SCIENTIST' containing a brief explanatory paragraph. 07
Add a subsection titled 'CONSIDERATIONS FOR IMPROVEMENT AND NEXT ACTIONS' with suggestions for additional processing and analysis. 08
If the output contains visualizations, analyze the types of charts used, what the charts imply, what they do not imply, and potential assumptions about relationships, data quality, and data types. 09
If the output is from the pandas info() method, analyze the number of entries and range index, data columns and types, non-null counts, memory usage, assumptions about relationships, data quality, and data types, and potential for removal or imputation of missing values.