Nix: Save matching and non matching lines with awk March 3, 2017 less than 1 minute read awk '/pattern/ {print $0 >"yes.csv"; next}{print $0 >"no.csv"}' input.csv Share on Twitter Facebook LinkedIn Previous Next Leave a comment
Why You’re Not Getting Value from Your Data Science May 16, 2023 1 minute read If companies want to get value from their data, they need to focus on accelerating human understanding of data, scaling the number of modeling questions they...
Pandas: Display DataFrames side by side May 3, 2023 less than 1 minute read Using html in a Jupyter Notebook
Pandas: Transforming two DataFrame columns into a dictionary May 3, 2023 less than 1 minute read Using the zip command
Leave a comment