Manu NALEPA
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`.
In the following case, an error occurs at 16% of the first task.  *Observed:* The user has to wait for the end of all tasks before being able to...
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...