Hello Everyone! I am dealing with a dataset that includes Company_Name, Region, and Store_Number. I wanted to create a table that looks something like this:
Could someone please help me out with the code for the same as well as a good way to export to excel as it is a large dataset and I am facing issues with the same?
Looking forward to a response to the same. Thanks again for the help!
| Company_Name | Region | Store_Number |
| Company A | East | 2 |
| Company A | West | 3 |
| Company B | East | 1 |
| Company B | West | 3 |
| Company B | North | 4 |
Looking forward to a response to the same. Thanks again for the help!

Comment