=PY
."xl"
function in quotes to list and reference all external connections/tables.Satisfaction Survey
) and preview as a DataFrame..describe()
to get summary statistics..corr(numeric_only=True)
to compute correlations among numeric columns.
+1
: perfect positive correlation-1
: perfect negative correlationheatmap()
in Python (already initialized as sns
).
annot=True
for annotated heatmap visual.sns.lmplot()
).
Meeting Hours/Week
(X-axis) vs. Employee Satisfaction (1-10)
(Y-axis).Let me know if you have more questions!