You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create Pivot Tables and a Regular Table with Python Automation of Excel
1
+

2
2
3
-
* The Jupyter notebook was used for testing.
4
-
* The py file is a finalized script for stand alone execution.
5
-
*`get_host_name` an be located in the following [repository][1]
6
-
- It's just a small script used to select a directory based on which computer I'm using. It can be removed w/o affecting the functionality of the main code.
3
+
# Automate Excel to Create Pivot Tables and Tables with Python
7
4
5
+
This project demonstrates how to use Python to automate the creation of pivot tables and regular Excel tables.
-**`pivot_table_automation.ipynb`**: A Jupyter Notebook used for testing and iterative development.
10
+
-**`pivot_table_automation.py`**: A standalone Python script version for production or scheduled use.
11
+
12
+
## Utility Script
13
+
14
+
This project references a small utility script `get_host_name`, which selects a directory based on the host machine. It's used for local path resolution and can be removed without affecting the core functionality.
0 commit comments