Skip to content

Commit

Permalink
Update combine_cats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Sep 25, 2024
1 parent b22d735 commit 9c5d2f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catalogbuilder/scripts/combine_cats.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def combine_cats(inputfiles,output_path):

df_concat = pd.concat([pd.read_csv(f) for f in cat_csvs], ignore_index = True)
#df_concat = pd.concat([pd.read_csv(f) for f in cat_csvs])
df_concat = df_concat.drop(['Unnamed: 0'],axis=1)
df_concat.to_csv(combined_csv, index=False)

#Write out a catalog specification
Expand Down

0 comments on commit 9c5d2f7

Please sign in to comment.