Как генерировать имена столбцов для баз данных CSV и Excel в Python?Python

Программы на Python
Anonymous
Как генерировать имена столбцов для баз данных CSV и Excel в Python?

Сообщение Anonymous »


Having a bunch of Comma Separated Values (CSVs) and Excel databases that do not have column names, is there a way to use column values to automatically generate names with Python?

Thanks


Источник: https://stackoverflow.com/questions/781 ... -in-python

Вернуться в «Python»