How to read and create csv files using Python

Posted by LinuxCareer on Feb 11, 2021 8:03 AM EDT
linuxconfig.org; By Egidio Docile
Mail this story
Print this story

CSV is the acronym of “Comma Separated Values”. A csv file is a just plain text document used to represent and exchange tabular data. Each row in a csv file represents an “entity”, and each column represents an attribute of it. Columns are usually separated by a comma but other characters can be used as field separator instead of it. In this tutorial we will see how to read and create csv files using Python and specifically the csv module, which is part of the language standard library.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Linux, Python

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.