Skip to content

Commit

Permalink
fix index in parquet files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdenno committed Oct 29, 2024
1 parent c3f0ff7 commit f84f759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teehr/loading/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def validate_and_insert_single_locations(

validated_gdf = schema.validate(gdf)

validated_gdf.to_parquet(output_filepath)
validated_gdf.to_parquet(output_filepath, index=False)

logger.info(f"Validated locations saved to {output_filepath}.")

Expand Down

0 comments on commit f84f759

Please sign in to comment.