CSV File Handing
CSV File Handing
Python
By:-
Amit Yerpude
PGT (Computer Science)
Kendriya Vidyalaya , Khagaria
By:- Amit Yerpude, PGT 5/2/2020
CS, KV Khagaria
• CSV Data
Programming language, Designed by, Appeared, Extension
Python, Guido van Rossum, 1991, .py
Java, James Gosling, 1995, .java
C++, Bjarne Stroustrup,1983,.cpp
• As you can see each row is a new line, and each
column is separated with a comma. This is an
example of how a CSV file looks like.
By:- Amit Yerpude, PGT 5/2/2020
CS, KV Khagaria
• And this way to read data from CSV file is much easier than earlier
method. However, this is not isn't the best way to read data.
By:- Amit Yerpude, PGT 5/2/2020
CS, KV Khagaria
Result:
Programming language, Designed by, Appeared, Extension
0 Python, Guido van Rossum, 1991, .py
1 Java, James Gosling, 1995, .java
2 C++, Bjarne Stroustrup,1983,.cpp
By:- Amit Yerpude, PGT 5/2/2020
CS, KV Khagaria
Thank you!!!