Closed codeandstats closed 1 year ago
Regarding section
I believe the False in the following sentence should be a True ?
False
True
Relatedly, drop_duplicates returns a DataFrame with rows where the duplicated array is False filtered out
drop_duplicates
duplicated
Thanks for the report — I think the issue is the interpretation of "filtered out". For some this might mean "included" and for others "excluded". I will update the text to be clear that it means "excluded".
Regarding section
I believe the
False
in the following sentence should be aTrue
?Relatedly,
drop_duplicates
returns a DataFrame with rows where theduplicated
array isFalse
filtered out