Adding data to excel using python | Как данные сохранить в таблицу | Python в excel

Аватар автора
Учебник по Творчеству
Working with excel in python. How to create a table? How to save data to a table in Python? How to write to an Excel file in Python? Install Libraries : pip install pandas openpyxl xlsxwriter xlrd Code from the video import pandas as pd df = pd.DataFrame({ "Full name" : [&Jones&&Odrinovich&&Russel'], "Department" : [&&'Geography'], "Budget" : [200, 100, 500] }) df.to_excel('data.xlsx')

0/0


0/0

0/0

0/0