2 references to ImmutableColumn
Microsoft.Data.Analysis (2)
DataFrameColumns\ArrowStringDataFrameColumn.cs (2)
278
protected override void SetValue(long rowIndex, object value) => throw new NotSupportedException(Strings.
ImmutableColumn
);
289
set => throw new NotSupportedException(Strings.
ImmutableColumn
);