Hi i am working on the fundamental capstone project. I am using this
tradedata: select from trade where date = last date
nbbodata: select option_id, time,bid, ask from nbbo where date = last date
tradedata:time option_id xasc tradedata
nbbodata: time option_id xasc nbbodata
tradedata
tradeContext: aj[ option_id ;tradedata;nbbodata], However I am unable to do tradeContext: aj[ option_id ;tradedata;nbbodata] due to mismatched data types: even though the meta of both match perfectly.
I am passing all but the 3.1 one:
uizItem success description error
exercise3.1 Pass "tradeContext Is Defined In Process" ""
exercise3.1 Fail "tradeContext Has Correct Format" ""
exercise3.3 Pass "badTrades Is Defined In Process" ""
exercise3.3 Pass "bad Trades Has Correct Format" ""
exercise3.4 Pass "badTrades Is Saved In Correct Dir" ""
exercise3.4 Pass "Contents Of CSV File Is Correct" ""
I am getting the section 3 test failure. I was wondering where the problem of my data is
