kieferk / dfply

dplyr-style piping operations for pandas dataframes
GNU General Public License v3.0
889 stars 103 forks source link

Simplify list comprehension #43

Closed srstevenson closed 6 years ago

srstevenson commented 6 years ago

True if element in collection else False can be simplified to element in collection.