'Determine skewness of dataframe

I need to determine the skewness of each column in a dataframe. Dataframe- df Columns to determine skewness - col1,col2

Write a function to determine the skewness of each column



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source