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
Since the issue is mainly in connectorx closing this one and filing it in connectorx.
This is actually related to a closed issue: sfu-db/connector-x#111
Note: This was apparently solved in connectorx==0.2.1a1, I am using connectorx==0.2.2. So I shouldn't be getting this issue.
Are you using Python or Rust?
Python.
What version of polars are you using?
polars==0.10.27
connectorx==0.2.2
What operating system are you using polars on?
CentOS Linux release 7.9.2009 (Core)
Describe your bug.
read_sql
returns following exceptions if any column contains missing values, i.e. no value.Note: No error occurs if all rows have values
Errors
If column1 completely empty
If column1 has datetime values but if even one row has no value
What is the expected behavior?
Read empty values in dataframe just like pandas
The text was updated successfully, but these errors were encountered: