For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Error due to time management
-
Given csv data that looks like this:
I want to save the low/high at 9:31(the earliest time for each day) and use it to compare against current values. This is what my implementation looks like right now:
I get this error, but I can't figure out exactly what is causing it:
Is there anything glaringly wrong with what I did? What do I need to do to get the desired effect? Thanks. -
I would quote what's wrong, but one cannot quote images.
-
Could you point me to the general section of the code that's causing the problem? Alternatively I could paste my code as text.