main

2023/10/08

pandas tricks (1)

search column using filter: 

df.filter(like="good")

df.filter(regex="\d")



No comments:

Post a Comment

How to Supercharge Your Python Classes with Class Methods

  How to Supercharge Your Python Classes with Class Methods | by Siavash Yasini | May, 2024 | Towards Data Science As we just mentioned, a c...