Alexander Pantyukhin
Alexander Pantyukhin
Would be a good to add the [replace](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.replace.html) method from the pandas? Actually there is already method `Merge` exists which could be used for replaceing functionality, but I think `Replace`...
The pandas contains the method [describe](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.describe.html) which shows main numeric characteristic of selected frame. Does Deedle has something similar? If not would it be good idea to add this?
There is parser in progress for parsing PYI ast: https://github.com/alexpantyukhin/PythonParser From tests it seems that now it's possible to parse some simple modules without 'IF's.
Question mostly. How does it generate the python source from AST? Or it's not ready yet? Sorry, I can't find it.
## Summary Add AssertAtMostNumberOfCalls method ## Changes The method AssertAtMostNumberOfCalls was added to the mock.go ## Motivation ## Related issues Closes #1257
### Describe your change: Levinstein distance with Dynamic Programming: up -> down approach. some tests are copied from https://github.com/TheAlgorithms/Python/blob/master/dynamic_programming/edit_distance.py#L61 . * [x] Add an algorithm? * [ ] Fix a...
### Feature description Just for demonstration of edit distnace for 2 strings: implement Dynamic Programming: up -> down approach ### Would you like to work on this feature? - [X]...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...