mars-project / mars-project/mars
[BUG] could not convert string to float
Open
- Dominant language
- Python
- Stars
- 2.7k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
py3.7
pyodps[mars]==0.11
df = md.DataFrame(mt.random.rand(100000000, 4), columns=list('abcd'))
print(df.sum().execute())
{ValueError}could not convert string to float: '\r\n\r\n\r\n\n\n\n\n \n \n \n 淘宝网 - 淘!我喜欢\n \n \n \n \n \n \n
Contributor guide
Research direction
Start by reproducing the supplied Python 3.7 case with pyodps[mars], focusing on DataFrame.sum().execute() and the reported float conversion error. Trace the execution path that handles the input containing HTML text; done means the example completes without raising this ValueError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100