Closed wincowgerDEV closed 3 years ago
Whoops, my bad .. when I coded that simple column autodetection for .csv files, I haven't had row numbers in mind. I can look into it on Monday. Took a couple of days off.
Fasho! I will look into it too.
On Thu, Apr 15, 2021 at 10:04 AM Zacharias Steinmetz < @.***> wrote:
Whoops, may bad .. when I coded that simple column autodetection for .csv files, I haven't had row numbers in mind. I can look into it on Monday. Took a couple of days off.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/wincowgerDEV/OpenSpecy/issues/65#issuecomment-820588040, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGMUJU3J2QNA237FGQ3INT3TI4MCDANCNFSM42724WIQ .
--
·.¸¸.·´¯
·.´¯·.¸¸.·´¯
ツ ------------------------------Win Cowger PhD Candidate, Environmental Sciences: Soil and Water University of California, Riverside
NSF Graduate Research Fellow Research Advisor to 5 Gyres https://www.5gyres.org/advisors/ Data Advisor to Let's Do It World https://www.letsdoitworld.org/
Contact Info
515-298-3869 | @.***
Websites www.openspecy.org www.wincowger.com http://andrewgray.ucr.edu/people/wcowger.html
Seems like read_text()
wasn't made for "mixed" headers containing both named and unnamed columns.
CSV files with a row number column are being read incorrectly. It is reading the row number column as wavenumber for some reason.
Example format.
After the row number column is removed the file reads correctly.