Код: Выделить всё
data = [
(1, UUID('some-uuid'), None, datetime.datetime(2023, 2, 3, 6, 18, 11), None, 24040228, None, 0.0625, False, , None),
]
pl.DataFrame(data, orient='row')
Код: Выделить всё
shape: (1, 1)
┌─────────────────────────────────┐
│ column_0 │
│ --- │
│ object │
╞═════════════════════════════════╡
│ (1, UUID('3231989-c122-222b-1c… │
└─────────────────────────────────┘
Подробнее здесь: https://stackoverflow.com/questions/779 ... ples-fails