You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason it throws an error is because your Pandas dataframe has columns with no dtype so it's inferred as null. So converting this to a pyarrow table will give this schema:
Environment
Windows 11
Python 3.11
Pandas 2.1.4
Delta-rs version: 0.15
Environment: Local
Bug
What happened:
I tried to create a new empty table in datalake, this is code:
Throw the next error:
The text was updated successfully, but these errors were encountered: