Skip to content

Commit

Permalink
Update utils.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Feb 23, 2018
1 parent 3270df7 commit bc5c6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-markdown/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lon | Name of dataframe column containing latitude values.
lat | Name of dataframe column containing longitude values.

## df_to_geojson
Serialize a Pandas dataframe to a geojson format Python dictionary
Convert a Pandas dataframe to a geojson Python dictionary as a file

### Params
**df_to_geojson**(_df, properties=None, lat='lat', lon='lon', precision=None, filename=None_)
Expand Down

0 comments on commit bc5c6e1

Please sign in to comment.