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
polars has no trouble extracting the name column as an array, but fails on the attributes column, returning a strange array like [{"": null},{"": null},{"": null}]
The text was updated successfully, but these errors were encountered:
Have you tried latest version of polars?
yes
What version of polars are you using?
0.16.0
What operating system are you using polars on?
MacOS 14.7.1
What node version are you using
18.19.1
Describe your bug.
Fails to read javascript object columns
What are the steps to reproduce the behavior?
using jest
What is the actual behavior?
What is the expected behavior?
polars has no trouble extracting the name column as an array, but fails on the attributes column, returning a strange array like
[{"": null},{"": null},{"": null}]
The text was updated successfully, but these errors were encountered: