Yousinator

Results 4 comments of Yousinator

Hi, I would like to work on this issue. I'll start implementing the feature and submit a PR soon.

My current implementation is to drop indices only. However, my take on an alternative would be adding two parameters: 1. `index` which drops duplicates alongside the other rows 2. `index_only`...

> @Yousinator Not a fan of having 2 parameters, that will be confusing with the existing `ignore_index` parameter. My final take would be having a `string` value rather than a...

Most of these tests are failing because of the same error mentioned earlier ```bash AttributeError: type object 'DataFrame' has no attribute 'plot' ``` others like precommit fail from parts that...