Andrey Pavlenko

Results 30 issues of Andrey Pavlenko

## What do these changes do? The method Table.rename_columns() accepts a list of strings, but not numbers, thus, the columns must be converted to strings. - [x] commit message follows...

## What do these changes do? OmniSci has been replaced in the code, paths and documentation. Simple renaming is not sufficient for the documentation. An additional work is required to...

## What do these changes do? Put index into columns if there are no columns but only index. - [x] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) - [x] passes `flake8...

Signed-off-by: Andrey Pavlenko ## What do these changes do? * Fixed OmnisciOnNativeDataframe._is_trivial_index() * Do not preserve a trivial index in the underlying arrow table - [x] commit message follows format...

Signed-off-by: Andrey Pavlenko ## What do these changes do? Only column drop is currently supported by the omnisci engine. - [x] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) - [x] passes...

Signed-off-by: Andrey Pavlenko ## What do these changes do? Duplicate column names are not supported by the omnisci backend. To workaround this issue - fall back to pandas in case...

## 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/ asv_bench/benchmarks scripts/doc_checker.py` -...

The subj is printed to the syslog every 5 sec. Are there really any changes in the EPG every 5 sec?

Currently, the number of partitions is equal to the number of CPUs, that is not efficient in case of a small dataset. Here is an example - https://github.com/modin-project/modin/issues/5533#issue-1534806633

Performance 🚀
new feature/request 💬

## What do these changes do? - [x] first commit message and PR title follow format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) > **_NOTE:_** If you edit the PR title to match this format,...