Categorías
Data Intelligence Programación

Pandas – DataFrame

Los DataFrames son estructuras de dos dimensiones que permiten manipular datos de manera eficiente al momento de depurar y procesar datos. Un DataFrame está compuesto por: Columnas (Series) Encabezados (Llaves) Filas (registros de los valores) El siguiente código crea un DataFrame para poder agregar tres columnas (series), cada una tendrá su encabezado (llaves) y se […]

Categorías
Data Intelligence Programación

Data analysis – Export file data

Create Create a directory in the desktop and name it «Export_File_Data» Set the file: Excel-01-data.xlsx In Jupiter within «Export_File_Data» directory and create a new python file. Add the next code: After run the code, we achieve this new excel file. It includes total of expenses and incomes.