|
1 | | -## Version 1.3.0 - January 1, 2026 |
| 1 | +## Version 1.3.0 - January 5, 2026 |
2 | 2 |
|
3 | 3 | > **Summary:** |
4 | 4 | > This release expands the repository’s documentation and thought-leadership content by adding a new reflective Python article to the LinkedIn folder and introducing a dedicated **Release Notes badge** in the README for improved navigation and discoverability of repository updates. |
|
74 | 74 | - Moved the notebook into **`01_Python_Basics`** |
75 | 75 | - Improved accuracy, readability, and placement of foundational Python concepts |
76 | 76 |
|
| 77 | +* **Refactored:** Introduced a dedicated Data Science structure outside core Python |
| 78 | + - Created a top-level **`Data_Science/`** directory to separate domain-specific content from Python fundamentals |
| 79 | + - Established clear conceptual boundaries between language learning and applied data workflows |
| 80 | + - Improved long-term scalability and curriculum-style navigation |
| 81 | + |
| 82 | +* **Refactored:** Organized pandas-based learning materials |
| 83 | + - Moved pandas-focused notebooks out of the Python directory |
| 84 | + - Renamed and standardized pandas file naming conventions |
| 85 | + - Grouped pandas content under **`Data_Science/pandas/`** for clarity and reuse |
| 86 | + |
| 87 | +* **Refactored:** Structured data preprocessing content |
| 88 | + - Organized preprocessing-related notebooks (including one-hot encoding) under **`Data_Science/preprocessing/`** |
| 89 | + - Improved alignment with real-world data science pipelines |
| 90 | + - Reduced confusion between Python syntax and data preparation techniques |
| 91 | + |
| 92 | +* **Refactored:** Added a dedicated Exploratory Data Analysis (EDA) section |
| 93 | + - Created an **`eda/`** folder under **`Data_Science/`** |
| 94 | + - Moved EDA-focused content into a clearly defined analytical phase |
| 95 | + - Reflected industry-standard data science workflows |
| 96 | + |
| 97 | +* **Refactored:** Organized data acquisition and API-based notebooks |
| 98 | + - Moved external API usage (e.g., Google Trends API) out of Python fundamentals |
| 99 | + - Introduced a **`Data_Science/data_sources/`** section |
| 100 | + - Clarified the distinction between API consumption and Python language concepts |
| 101 | + |
| 102 | +* **Refactored:** Added a Data Science introduction section |
| 103 | + - Created **`Data_Science/00_Introduction/`** for conceptual onboarding content |
| 104 | + - Placed high-level, narrative learning material separately from implementation notebooks |
| 105 | + - Improved beginner-friendly entry points into the Data Science learning path |
| 106 | + |
77 | 107 | --- |
78 | 108 |
|
79 | 109 |
|
|
0 commit comments