Added new salary-related terms and improved image outputs in salary.ipynb

This commit is contained in:
2025-04-28 19:44:40 +01:00
parent 8207d8f1ff
commit 591d4611b6
27 changed files with 1782 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
"""
Salary Analytics Package
A package for analyzing and predicting salary patterns from transaction data.
"""
__version__ = "0.1.0"