Challenge: Append Data into a CSV file
Understand how to append new data rows to a CSV file and verify the changes using command-line tools. This lesson helps you practice handling CSV files by applying Python and PowerShell techniques, reinforcing your data manipulation skills in both languages.
We'll cover the following...
We'll cover the following...
Problem statement
Append the data into a CSV file and view the appended file using the cat command to view data inside it.
Given data
A Test.csv file with the following data.
"Name","City"
"Prateek","New ...