Supported Data Types
comprehensive list of supported data types in KBD.AI tables, along with their equivalent q types:
| pytype | qytype | 
|---|---|
| boolean | bool | 
| guid | str | 
| byte | uint8 | 
| short | int16 | 
| int | int32 | 
| long | int64 | 
| real | float32 | 
| float | float64 | 
| string | bytes | 
| symbol | str | 
| timestamp | datetime64[ ns ] | 
| month | datetime64[ M ] | 
| date | datetime64[ D] | 
| timespan | timedelta64[ns] | 
| minute | timedelta64[m] | 
| second | timedelta64[s] | 
| time | timedelta64[ms] |