Sergey Pokhodenko

Results 22 comments of Sergey Pokhodenko

Pandas [docs](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.prod.html): `{index (0)}` So it supports integers and columns and names. I prefer copy docs from Pandas and add flags like *unsupported* to indicate that parameter behave not like...

@kozlov-alexey Please, reassign it. I think it is very old PR and you can close it.

The same discussions: https://github.com/IntelPython/hpat/pull/227#pullrequestreview-303560624. https://github.com/IntelPython/hpat/pull/227#discussion_r336238288 My explanations why skipna should be None by default: https://github.com/IntelPython/hpat/pull/227#discussion_r336326400 https://github.com/IntelPython/hpat/pull/227#discussion_r336327095

I will consider [PEP 302](https://www.python.org/dev/peps/pep-0302/) for implement this.

@reazulhoque please take it as task with `@vectorize`.

Related issues: - https://github.com/IntelPython/numba-dppy/issues/71 - https://github.com/IntelPython/numba-dppy/issues/78 - https://github.com/IntelPython/numba-dppy/issues/96 - https://github.com/IntelPython/numba-dppy/issues/93

@sklam @esc I think the right way is to prepare PR to https://github.com/numba/numba-integration-testing and add numba-dppy in the list. Ok?

@esc I am searching a way to test it locally before pushing PR. I will install `texasbbq` via pip and run `TARGET=numba-dppy ./switchboard.py -t $TARGET`.

I have created https://github.com/numba/numba-integration-testing/pull/81 for this.