For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
A Generic CSV Data Feed
-
Use the link below to go the original post
Click here to see the full blog post
-
Returns error:
ValueError: could not convert string to float: "164 -
You probably want to elaborate with some code and data. As posted the error speaks for itself: python cannot convert the character
"
to a float, which is indeed something to be expected.