Skip to content

Commit af7f95e

Browse files
authored
Update README.md
- add repo image - cleaned up the structure of the readme
1 parent a1bf4eb commit af7f95e

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

Pivot_Tables_and_Table/README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# Create Pivot Tables and a Regular Table with Python Automation of Excel
1+
![repo image](pivot_table_repo_image.png)
22

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
74

5+
This project demonstrates how to use Python to automate the creation of pivot tables and regular Excel tables.
86

7+
## Project Structure
98

10-
[1]: https://github.com/trenton3983/Utilities/blob/master/get_hostname_ip.py
9+
- **`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.
15+
16+
- You can find `get_host_name` here:
17+
[Utilities/get_hostname_ip.py](https://github.com/trenton3983/Utilities/blob/master/get_hostname_ip.py)

0 commit comments

Comments
 (0)