> ## Documentation Index
> Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Complete address with Google Maps

> The **Fill addresses** step creates a column with [Google Maps](http://maps.google.com/) address information and standardizes the format of your addresses, completes partial addresses, finds zip codes, or finds addresses for landmarks to businesses.

## Input/output

Data connected to this step works best when it is in the shape of a column filled with place names. Think of your data as Google Maps search strings. In our example below, we have a table with a single column called 'Landmarks,' containing names of a few global destinations.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/HvW_RQOJLcDDJX8u/images/transforms/image-92.png?fit=max&auto=format&n=HvW_RQOJLcDDJX8u&q=85&s=4129b75ecc8bc6dd9fafec211d1de4d6" alt="Input table with a single Landmarks column listing global destination names" width="604" height="692" data-path="images/transforms/image-92.png" />
</Frame>

The resulting output, after using this **Fill addresses** step, is a new column autofilled with location information from Google Maps.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/HvW_RQOJLcDDJX8u/images/transforms/image-93.png?fit=max&auto=format&n=HvW_RQOJLcDDJX8u&q=85&s=37794a7b8d2bd9235453fbcdbf93468c" alt="Output table with a new column populated with full addresses returned from Google Maps" width="2060" height="1318" data-path="images/transforms/image-93.png" />
</Frame>

## Custom settings

In the 'Address Column' dropdown, select the column that has the location data you'd like Google Maps to search.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/HvW_RQOJLcDDJX8u/images/transforms/image-94.png?fit=max&auto=format&n=HvW_RQOJLcDDJX8u&q=85&s=05f9bd76c6077cac1d1433181c06c5b1" alt="Custom settings panel showing the Address Column dropdown for selecting which column to send to Google Maps" width="2064" height="1324" data-path="images/transforms/image-94.png" />
</Frame>

Next, in the 'Convert To' dropdown, select how you'd like Google Maps to return the data. You can choose between the full address (if applicable) or simply the zip code.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/HvW_RQOJLcDDJX8u/images/transforms/image-95.png?fit=max&auto=format&n=HvW_RQOJLcDDJX8u&q=85&s=076bb0406b9cd59b9db1755bf580f080" alt="Custom settings panel showing the Convert To dropdown with full address or zip code options" width="2062" height="1324" data-path="images/transforms/image-95.png" />
</Frame>

If you check the 'Default to Original' box and there are no address details found in Google Maps, your new column will return the data from your selected 'Address Column'. If you'd rather leave the result blank where no address is found, then you may keep the box unchecked.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/HvW_RQOJLcDDJX8u/images/transforms/image-96.png?fit=max&auto=format&n=HvW_RQOJLcDDJX8u&q=85&s=896beb2f857b7ac481f2b5c5e05e279b" alt="Custom settings panel showing the 'Default to Original' checkbox option for unmatched addresses" width="2060" height="1322" data-path="images/transforms/image-96.png" />
</Frame>

Lastly, give your new column a name in the 'New Column Name' field.

## Helpful tips

* This step is only available on our [Advanced plan](https://parabola.io/pricing).
* This step will only run a maximum of 1,000 rows per step.

## Related steps

* [Enrich with an API](/product/transform/enrich-with-an-api)
* [Extract with AI](/product/transform/extract-with-ai)
* [Standardize with AI](/product/transform/standardize-with-ai)
* [Clean data](/product/transform/clean-data)
* [Split column](/product/transform/split-column)
