Skip to content

[bug] fix bug on string curves

Jeremie Hallal requested to merge fix_string_col_starting_with_nan into master

Update a WellLog with a column of type string starting with some nan values

ex:

A strC
1 nan
2 nan
3 abc

Exception: ArrowInvalid('Could not convert string_value_0 with type str: tried to convert to double', 'Conversion failed for column strC with type object')

Merge request reports