tsb — pdArray: pd.array() factory function
When no dtype is passed, pdArray infers the best
dtype from the data: integers → "int64", floats →
"float64", booleans → "bool", strings →
"string", Dates → "datetime".
TypeScript
Click ▶ Run to execute
Ctrl+Enter to run · Tab to indent