Nick Lee
Results
1
comments of
Nick Lee
@rhshadrach Slight correction to your example. The first `print()` statement actually outputs `True`, not `False`: ```python print(df._mgr.blocks[0].values._data.flags["F_CONTIGUOUS"]) # True ```