Skip to content

yokekeong

  • Home
  • Blog
  • Portfolio
  • About

Tag: csv

Find difference between CSV files using PowerShell

2017-02-162017-02-04

< 1 min. read If you are on Windows, you can use PowerShell to find the differences between two CSV files. Sample code below: $file1 = import-csv -Path "D:\path\to\file1.csv" $file2 = import-csv -Path "D:\path\to\file2.csv" Compare-Object $file1 $file2 -property column_to_identify_row -IncludeEqual You can refer to this article for more details.

Posted in AI, ML & Data ScienceTagged csv, powershell

Recent

  • Post Jupyter Notebooks to WordPress using plugin Documents from Git
  • Resources for the Google Cloud Professional Machine Learning Engineer Certification
  • Note on tracking dotfiles across multiple instances easily with git
  • Dim Sum Classifier – from Data to App part 2
  • Dim Sum Classifier – from Data to App part 1

Categories

  • AI, ML & Data Science (45)
  • Explorations (7)
  • Micro Projects (6)
  • Random (6)

Browse

  • Home
  • Blog
  • Portfolio
  • About
© 2025 yokekeong • Slightly Theme
 

Loading Comments...