Rehan Sohail Durrani
Rehan Sohail Durrani
## What do these changes do? - [x] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) - [] passes `flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py` - [ ] passes `black --check modin/ asv_bench/benchmarks scripts/doc_checker.py`...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. What kind of performance improvements would you like to see...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. What kind of performance improvements would you like to see...
In pandas, `df.loc[df.index + 1] = df.loc[index]` copies the last row and increases the `df`'s len by 1. When doing the same operation in Modin, we get an error since...
Write testing script for Jenkins to run GPU unittests.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. What kind of performance improvements would you like to see...
### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: - **Modin version** (`modin.__version__`): - **Python version**: - **Code we can use to reproduce**: ### Describe the problem...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. What kind of performance improvements would you like to see...
Signed-off-by: Rehan Durrani ## What do these changes do? - [x] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) - [x] passes `flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py` - [x] passes `black --check modin/...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. What kind of performance improvements would you like to see...