ahunter1289 / pyiotools

tools for science, engineering, mathematics, data analysis, and more
0 stars 0 forks source link

indexing fix #6

Closed ahunter1289 closed 1 year ago

ahunter1289 commented 1 year ago

was: if len(kwargs)==0: return_rows=len(data_col_header)

is: if len(kwargs)==0: return_rows=len(data_col_header)-1

ahunter1289 commented 1 year ago

Fixed