How do I copy a CSV file, but skip the first line?

Your program isn't ideally written, but I can't tell why it doesn't work if you pass the CSV file on the command line as you have described. Do you get the errors Could not open 'csv. Csv' or Can't able to open file.

Csv? If not then the file must be created in your current directory. Perhaps you are looking in the wrong place?

Yhm.. you don't need any modules for this task, since CSV ( comma separated value ) are simply text files - just open file, and iterate over its lines ( write to output all lines except particular number, e.g. First ). Such task ( skip first line ) is so simple, that it would be probably better to do it with command line one-liner than a dedicated script.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions