Skip to content

Commit

Permalink
Update amex-feature-engg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
awinml committed Nov 22, 2022
1 parent 9d690eb commit 5d240d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amex-feature-engg.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
print("Shape: ", amex_data.shape)
print(f"There are {len(amex_data.columns[1:-1])} features!")

amex_data.to_parquet("amex_data.parquet", index=False)
amex_data.to_parquet("amex_data.parquet", index=False)

0 comments on commit 5d240d0

Please sign in to comment.