I'm working through the docs/tutorial, and am finding the semantics of what I can use in a TableSymbol schema frustrating.
Things that seem strange/aren't obvious:
string works, but str doesn't
float32 works, but float doesn't
int works, but integer doesn't
bool works, but boolean doesn't
IMO, all of the base Python types (float, str, int) should work out of the box.
I'm working through the docs/tutorial, and am finding the semantics of what I can use in a TableSymbol schema frustrating.
Things that seem strange/aren't obvious:
stringworks, butstrdoesn'tfloat32works, butfloatdoesn'tintworks, butintegerdoesn'tboolworks, butbooleandoesn'tIMO, all of the base Python types (
float,str,int) should work out of the box.