-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TST: add extra test case for np.array(obj, copy=False) read-only behaviour #60191
TST: add extra test case for np.array(obj, copy=False) read-only behaviour #60191
Conversation
Looks like a good addition, nice way to avoid |
And noticed one more case in |
For Series that is covered in the |
…bj, copy=False) read-only behaviour
Small follow-up on #60046 (see https://github.com/pandas-dev/pandas/pull/60046/files#r1828348323 for the discussion)