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
After #1028, we think the only thing left blocking this issue is #1011.
We're currently excluding all dataframes with the :category dtype from the property tests. Once we address #1011, we can remove that exclusion. Unfortunately there may still be additional :category-related issues not related to #1011, but we won't know until it's fixed.
We discovered a number of bugs while developing #1012. This issue will keep track of known bugs and our progress on them.
DataFrame.new!/2
fails often with the:decimal
dtypeDF.new([], dtypes: %{a: :integer})
results in 0 columns instead of 1:millisecond
datetimes with high years{:list, {:struct, ...}}
columnsassertion failed: i < self.len()
:Feel free to edit this description with updates to the bug-list.
The text was updated successfully, but these errors were encountered: