3 Examples Using Pivot Table in Pandas

One of the most common tasks in data science is to manipulate the data frame we have to a specific format. For example, sometime we may want to take data frame with fewer columns, say in long format, summarize and convert into a data frame with multiple columns, i.e. a wide data frame. Python Pandas… Continue reading 3 Examples Using Pivot Table in Pandas