Laurens Versluis
Laurens Versluis
I have created a package and placed the files in it, Android Studio complains that it `cannot resolve symbol Catalano`, even though autocomplete suggest it just fine. A maven or...
``` Traceback (most recent call last): File "/home/laurensv/pandas_alibaba_analysis.py", line 236, in res = grouped_df.parallel_apply(lookahead_newer).to_parquet(os.path.join(output_location_look_ahead, 'output.parquet'), compression='snappy', engine='pyarrow') File "/home/laurensv/miniconda3/lib/python3.8/site-packages/pandarallel/pandarallel.py", line 446, in closure pool = context.Pool( File "/home/laurensv/miniconda3/lib/python3.8/multiprocessing/context.py", line 119,...
I have some code that performs a groupby + apply ``` df = ks.read_parquet(os.path.join(hdfs_path, folder, "tasks", "schema-1.0"), columns=[ "workflow_id", "id", "task_id", "children", "parents", "ts_submit", "runtime" ], pandas_metadata=False) grouped_df = df.groupby("workflow_id")...
I am parsing some data and in a groupby + apply function, I wanted to return an empty dataframe if some criteria are not met. This causes obscure crashes with...
Just let `add_keys` call `add_key` in the loop.
As can be seen in https://github.com/Tribler/tribler/issues/2255 `_resume_delayed` in community takes a lot of CPU time. The function in itself is pretty ugly so it should be refactored to be more...
Sometimes is passes, most of the time: `Runs tracker.py and connects to it. ... ERROR`
I have run the unit tests of dispersy and profiled them with yappi. I exported the output to callgrind format and exported this into a dotfile using `gprof2dot`. Using [this...
### What is the problem the feature request solves? I have been keeping an eye on this project for a while and with Scala 2.13 supported and some bugfixes, I...