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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(autos [cols] .query('cylinders.isnull()', engine='python') )
The code above (chained of course) worked for me after some stackoverflowing. Thanks