Closed jalew188 closed 8 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Fix #143 ?
Hi Feng, looks good 👍 what is the origin of that bug? Is it Pandas?
Just to make sure that I understand it if it happens to me.
Hi Feng, looks good 👍 what is the origin of that bug? Is it Pandas?
Just to make sure that I understand it if it happens to me.
Hi @GeorgWa, from the auto tests, I guess it is due to pandas version and only on Linux. I think all iloc.values will be a readonly property instead of a ref of numpy array. I am not entirely sure anyway.
After pandas upgrade, some df.values will be readonly in Linux. This PR is designed to fix some read-only issues.