Город МОСКОВСКИЙ
00:04:45

Writing to a CSV file (using Python)

Аватар
Python для всех
Просмотры:
23
Дата загрузки:
02.12.2023 09:40
Длительность:
00:04:45
Категория:
Обучение

Описание

CSV (Comma Separated Values) is a simple file format used to store tabular data, such as a spreadsheet or database. A CSV file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format.

For working CSV files in python, there is an inbuilt module called csv.

https://www.youtube.com/channel/UCVcS7SMquu3xX3W7kSYRmRg?sub_confirmation=1

Code: https://drive.google.com/open?id=1eD4dQg_j5OPdmRzsgJMu6uIAx0VmEgq4

Рекомендуемые видео