Skip to content

Commit

Permalink
changed csv to tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
duan committed Dec 13, 2023
1 parent 089d4d1 commit 973b0fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_scholarly_literary_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

pivot_table = pivot_table.astype(int)

pivot_table.to_csv('scholarly_literary_matrix.csv', sep='\t')
pivot_table.to_csv('scholarly_literary_matrix.tsv', sep='\t')
File renamed without changes.

0 comments on commit 973b0fc

Please sign in to comment.