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 bc5c6e1 commit c53123e
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 @@ -50,7 +50,7 @@ df_to_geojson(
)
>>> {'feature_count': 2353, 'filename': 'cdec.geojson', 'type': 'file'}

# Create geojson python dict
# Create geojson python dict saved to a variable named data
data = df_to_geojson(
df.fillna(''),
properties=['CDEC ID', 'CNRFC ID', 'Gage Type', 'Elevation (feet)'],
Expand Down

0 comments on commit c53123e

Please sign in to comment.