Python & Excel

Python & Excel

Python & Excel Αυτόματη δημιουργία των αρχείων data_excel2.xlsx με γράφημα και data_excel3.xlsx (pivot table) από το αρχείο data_excel.xlsx (πηγή δεδομένων) με χρήση γλώσσας python. Το μόνο που έχετε να κάνετε είναι να γράψετε το όνομα του προγράμματος μας στη γραμμή…

 Use of chatGPT and YouTube to become a Data Analyst

Use of chatGPT and YouTube to become a Data Analyst

Use of chatGPT and YouTube to become a Data Analyst – Χρήση του chatGPT και του YouTube για να κάνει κάποιος ανάλυση δεδομένων Code file: app.py Folder: C:PythonProgramsdata_analysis_with_chatGPT 1) Merge multiple excel files – Συγχώνευση πολλών αρχείων excel data1.xlsx data2.xlsx…

 How to Create an Excel Data Entry Form in 10 Minutes Using Python (No VBA) | Easy & Simple

How to Create an Excel Data Entry Form in 10 Minutes Using Python (No VBA) | Easy & Simple

Did you know you can use Python code to create an Excel Data Entry Form and avoid duplicate records? Πως να δημιουργήσετε μια φόρμα εισαγωγής δεδομένων σε 10 λεπτά με τη γλώσσα προγραμματισμού PYTHON (No VBA) Πως να διασφαλίσετε ότι…

 Comparison of data values between two excel files and creation of a new excel and csv file with PYTHON

Comparison of data values between two excel files and creation of a new excel and csv file with PYTHON

Let’s assume that you have 2 excel files : product_data_excel.xlsx (99 rows x 5 columns, A2: E100) product_data_excel_2.xlsx (107 rows x 5 columns, A2:E108) The 5 columns of the two excel files are : product_id, product_description, quantity, regular_price and category.product_data_excel.xlsx…

Join, merge multiple CSV files to one CSV or EXCEL file, renaming headers and styling multiple EXCEL files with PYTHON

Let’s assume that you got three csv files from the sales department : “_sales_january_2021_d.csv” “_sales_feb_2021_d.csv”“_sales_mar_2021_d.csv” and you want : to join them in one new csv file : “sales_jan_feb_mar_2021_d.csv” to find actual sales sum per month, actual sales sum (quantity)…

 Plotting charts in excel with python

Plotting charts in excel with python

Αυτόματη εισαγωγή δεδομένων πίνακα δεδομένων και τριών γραφημάτων σε αρχείο excel και αποθήκευση αυτού σε προκαθορισμένο φάκελο με χρήση γλώσσας προγραμματισμού python. Μπορούμε να αναλύσουμε και να μετατρέψουμε σε γραφήματα, οποιοδήποτε πίνακα δεδομένων. Το μόνο που πρέπει να κάνετε εσείς,…