How can I plot Google map with Long and Lat?

You'll need to create a single column that contains an object with "lat" and "lon" properties, like in the example I posted above:

{
  "lat": 44.529845,
  "lon": -122.9295336
}

Can you share an example of your data?

Thanks,
CJ