Maxwell Liu
Results
1
issues of
Maxwell Liu
Currently the following snippets causes error, which is quite surprising for users coming from Pandas background: ```python import mars.dataframe as md import mars.tensor as mt df = md.DataFrame(mt.random.randn(10, 4)) df.loc[df.index].execute()...
type: feature
mod: dataframe
pr welcome
prio: high
task: medium