coordination-network-toolkit
coordination-network-toolkit copied to clipboard
a note to users: CSV should not include index column
I previously had trouble with coord_net_tk.preprocess.preprocess_csv_files() which threw me the 'too many values to unpack' error. I just found out that the importing CSV should not include index column. Without the index, the code works perfectly!