I have an excel sheet with approximately 100000 urls in it. I need to generate sitemap files which are recommended by Google. The sitemaps should be split using a grouping column.
All the rows containing "Mechanical" in a group column should be in a different sitemap and all the rows containing "Civil" should be in a different sitemap.
I am new to python and is there a way to achieve this?