Skip to content

Commit

Permalink
Fix typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Dec 24, 2023
1 parent ff350ef commit 2e1e096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download_tns.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main():
)

# make the rowkey lower case
df_index = df_index.withColumn('index_row_key_name', F.lower('index_row_key_name'))
df_index = df_index.withColumn(index_row_key_name, F.lower(index_row_key_name))

cf = {i: 'd' for i in df_index.columns}

Expand Down

0 comments on commit 2e1e096

Please sign in to comment.