this seems to work is I add a schema? Maybe there is a more correct way?
df = pl.DataFrame(numbers, schema=['a', 'b'], orient="row")