You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
s = md.Series([1, 2, 3])
s.loc[0] = 111
s.execute()
Traceback (most recent call last):
File "/Users/huanghaojie/Documents/git_repo/mars/mars/services/subtask/worker/tests/collect.py", line 15, in <module>
s.loc[0] = 111
TypeError: 'DataFrameLoc' object does not support item assignment
Traceback (most recent call last):
File "/Users/huanghaojie/Documents/git_repo/mars/mars/services/subtask/worker/tests/collect.py", line 18, in <module>
df.loc[0] = [100, 200]
TypeError: 'DataFrameLoc' object does not support item assignment
at and iat also did not support item assignment
To Reproduce
To help us reproducing this bug, please provide information below:
Your Python version: 3.10.6
The version of Mars you use: latest
Versions of crucial packages, such as numpy, scipy and pandas: follow mars
Full stack of the error.
Minimized code to reproduce the error.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
at and iat also did not support item assignment
To Reproduce
To help us reproducing this bug, please provide information below:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: