Manuel Lopez
Results
1
issues of
Manuel Lopez
**Describe the bug** raised exception **To Reproduce** Steps to reproduce the behavior: Have the following code in a file ```python def some_function(dataFrame, in_place=False): return dataFrame.drop([], inplace=in_place) ``` **Expected behavior** Allow...