Last active
July 8, 2024 06:21
-
-
Save mattharrison/ddbd73c13ad0e76ec638311c669bc96b to your computer and use it in GitHub Desktop.
Idiomatic Pandas: 5 tips for better pandas code
(autos [cols] .query('cylinders.isnull()', engine='python') )
The code above (chained of course) worked for me after some stackoverflowing. Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting even after downgrading my pandas to "pandas==1.2.3"