How to find the road distance between two cities? We can use Azure databricks and azure map.
We will be given an excel file, in which we can see column sender_city and destination_city. We have to find the distance between these two cities and the distance calculated should be written in a column total_distance. All these processes should be...
- 1892 Views
- 1 replies
- 2 kudos
Latest Reply
heywithout using latitude and longitude it is hard to find out but you can try some distance-based algorithm
- 2 kudos