Manu NALEPA

Results 42 issues of Manu NALEPA

Ideally, it should run on: - Linux - Windows - Mac

Function names: - `test_dataframe_groupby_expanding_apply` - `test_dataframe_groupby_apply_complex`

For example, the docstring of `DataFrame.parallel_apply` should be exactly the same as `Dataframe.apply`.

enhancement

In the following case, an error occurs at 16% of the first task. ![error](https://user-images.githubusercontent.com/4943830/68536001-e7867280-034b-11ea-99a5-1b1a57692987.gif) *Observed:* The user has to wait for the end of all tasks before being able to...

bug

For example, with `Python 2.7`, the command: `$ pip install pandarallel` won't throw any error, while it should because `python_requires='>=3.5'` is specified in `setup.py`. **Additional information:** If you go into...

bug
help wanted