Freyam Mehta
Freyam Mehta
I am currently trying to figure out the dynamic spacing (`_fit_vertical` and `_fit_horizontal`) that will be needed for different types of matrices. May I know how large can the matrices...
@googlebot I signed it!
I'd like to take up this issue and help in adding the following method(s) to Dask's Serial: * **`axes`** * **`product`** * **`divide`** (I believe this has been already added)...
> I think `product` or `axes`. `product` would be more useful, and would follow the pattern of `Series.add`. Perfect! I will start working on `dd.Serial.product`
@TomAugspurger Turns out, `dd.DataFrame.prod` already exists. https://github.com/dask/dask/blob/c5633c21e754df6b2c13195f1e2688e347c48963/dask/dataframe/core.py#L1718-L1740 And, I fond out that it is the same as `product` and I feel that it would be redundant to implement a new...
I have opened up a new Pull Request #7517 regarding the `product()` method. They passed all the tests and have no conflicts. Now, I shall start working on adding the...
What do you expect as the return value for the `axes()` when it comes to Dask DataFrames? Over at Pandas, `pandas.DataFrame.axes` > Return a list representing the axes of the...
I want to take this up. I will submit a PR after playing around and testing the patch thoroughly (roughly 1-2 days).
Greetings, I would absolutely love to present my work 💯.