Pivot table for non-numerical values using Pandas
Hello friends! Recently I got the requirement to create pivot table for text values to be aggregated and concatenated with ‘,’ for same row label in pandas. It can be easily done using crosstab tool in Alteryx. We’ll be doing that using pandas for the quick tutorial.
Read more