mars icon indicating copy to clipboard operation
mars copied to clipboard

Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions.

Results 143 mars issues
Sort by recently updated
recently updated
newest added

Mars lacks pandas API `combine` and `combine_first` to combine two source frames / series into one single result.

type: feature
mod: dataframe
Hacktoberfest
task: medium

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** To help us reproducing this bug, please provide information below: 1. Your Python version 2....

For some tileable graph, tile took about 40 minutes: ``` df = o.to_mars_dataframe(input_table_name, columns=["id","a","b"],chunk_size=10000) df = df.astype({'id': 'string','a':'float','b':'float'}) df.groupby(["id"])["a","b","id"].apply(predictor()).reset_index().execute() ``` `input_table_name` has about 4 billion rows. ![image](https://user-images.githubusercontent.com/12445254/160046337-56b57551-c4bc-4cf7-9ab6-2cfe49abf43b.png) **Describe the solution...

Mars implements `DataFrame.eval` and collects operands (at https://github.com/mars-project/mars/blob/master/mars/optimization/logical/tileable/arithmetic_query.py) that can fit into a string expression applicable for pandas eval. While improving efficiency, this implementation has drawbacks. 1. When meeting non-string...

proposal
mod: optimization
needs discussions

**Describe the bug** `mars.tensor.array_equal` raises error when input tensor's dtype is string. **To Reproduce** To help us reproducing this bug, please provide information below: 1. Your Python version 2. The...

type: bug
mod: tensor
pr welcome
task: medium

**Describe the bug** Mars integrates some deep learning frameworks(PyTorch, TensorFlow), these frameworks usually need to set some environments for distributed training, `TF_CONFIG` for TensorFlow, `MASTER_ADDR` for PyTorch. We use `ctx.get_worker_addresses()`...

type: bug
mod: learn

## What do these changes do? ## Related issue number Fixes #xxxx ## Check code requirements - [ ] tests added / passed (if needed) - [ ] Ensure all...

All proposals and roadmaps of Mars are listed here. Suggestions and discussions are sincerely welcomed. Roadmaps ---------- DataFrame (Phase 1: #495, done) Distributed engine (#493) Enhancement Proposals ------------------------ ### Project...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want to integrate...

pr welcome
mod: learn
task: medium