Open billylanchantin opened 1 week ago
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
:decimal
DF.new([], dtypes: %{a: :integer})
:millisecond
{:list, {:struct, ...}}
assertion failed: i < self.len()
dtypes = [{"col_k", {:list, {:struct, [{"r", :category}]}}}] cols = [{"col_k", [[], [%{"r" => ""}]]}] df = DF.new(cols, dtypes: dtypes)
Feel free to edit this description with updates to the bug-list.
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.