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
Hey @murunwas would you mind forking the repo and contributing a failing test for this problem? Then I can work towards fixing the issue and making your test pass.
It appears that filtering out null objects is an explicitly defined behavior (at least there are tests in the suite verifying it). When changing this behavior a number of tests failed.
I created a PR that may resolve this issue: #172. This involves the addition of an optional parameter object to the toArray method that allows the caller to specify that they want nulls included. The existing API is maintained and all previously existing tests pass.
Bug on the Series toArray method removing all the null values
Example
The text was updated successfully, but these errors were encountered: