Danilo Amorim

Results 2 issues of Danilo Amorim

``` kdf = ks.DataFrame({'A': [1, 1, 2, 2], 'B': [[1, 1, 2, 2], [1, 1, 2, 2], [1, 1, 2, 2], [1, 1, 2, 2]]}, columns=['A', 'B']) kdf.groupby('A')['B'].shift(1) ```

bug

### What is the problem or limitation you are having? I cannot automatically integrate the poetry requirements ([tool.poetry.dependencies] in pyproject.toml) with the briefcase requirements ([tool.briefcase.app.my-app] in pyproject.toml). ### Describe the...

enhancement
not quite right