Timeline for np.loadtxt function showing error, could not convert string to float: '"Date"'
Current License: CC BY-SA 4.0
Post Revisions
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 13, 2020 at 17:13 | comment | added | Vince Broz |
What you're seeing is a byte order marker in some kind of unicode format. I'd suggest trying the encoding parameter to np.loadtxt() - potential values would be "utf-8-sig" and "utf-16", I think.
|
|
| Jul 2, 2019 at 4:04 | vote | accept | coding_ninza | ||
| Jul 1, 2019 at 7:09 | answer | added | Fatemeh Asgarinejad | timeline score: 2 | |
| S Jul 1, 2019 at 6:49 | history | suggested | IamTheRealFord | CC BY-SA 4.0 |
tag and spell check
|
| Jul 1, 2019 at 6:49 | review | Suggested edits | |||
| S Jul 1, 2019 at 6:49 | |||||
| Jul 1, 2019 at 6:45 | review | First posts | |||
| Jul 1, 2019 at 13:46 | |||||
| Jul 1, 2019 at 6:41 | history | asked | coding_ninza | CC BY-SA 4.0 |