Skip to content

Commit

Permalink
Corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtl committed Sep 15, 2023
1 parent a9c67ae commit fc2ee77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/df_to_microjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def df_to_microjson(df: pd.DataFrame) -> mj.FeatureCollection:
}

# Create a list of descriptive fields
descriptive_fields = ['name']
string_fields = ['name']

# Create a new FeatureCollection object
feature_collection = mj.MicroFeatureCollection(
Expand Down

0 comments on commit fc2ee77

Please sign in to comment.