https://github.com/youssefhosni/practical-time-series-in-python
Practical guidance for time series analysis in Python
https://github.com/youssefhosni/practical-time-series-in-python
Last synced: 9 months ago
JSON representation
Practical guidance for time series analysis in Python
- Host: GitHub
- URL: https://github.com/youssefhosni/practical-time-series-in-python
- Owner: youssefHosni
- Created: 2022-03-20T02:46:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T16:39:49.000Z (about 2 years ago)
- Last Synced: 2025-03-30T09:06:31.197Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 8.45 MB
- Stars: 303
- Watchers: 5
- Forks: 107
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Practical Time Series In Python #
[](https://github.com/youssefHosni/Practical-Time-Series-In-Python/blob/master/LICENSE)
[](https://GitHub.com/youssefHosni/Practical-Time-Series-In-Python/graphs/contributors/)
[](https://GitHub.com/youssefHosni/Practical-Time-Series-In-Python/issues/)
[](https://GitHub.com/youssefHosni/Practical-Time-Series-In-Python/pulls/)
[](http://makeapullrequest.com)
[](https://GitHub.com/youssefHosni/Practical-Time-Series-In-Python/watchers/)
[](https://GitHub.com/youssefHosni/Practical-Time-Series-In-Python/network/)
[](https://GitHub.com/youssefHosni/Practical-Time-Series-In-Python/stargazers/)

Time series data is one of the most common data types in the industry and you will probably be working with it in your career. Therefore understanding how to work with it and how to apply analytical and forecasting techniques are critical for every aspiring data scientist. In this series of articles, I will go through the basic techniques to work with time-series data, starting from data manipulation, analysis, and visualization to understand your data and prepare it and then using the statistical, machine, and deep learning techniques for forecasting and classification. It will be more of a practical guide in which I will be applying each discussed and explained concept to real data.
This repository contains the codes and the data used in the [Time Series In Python series of articles on medium](https://medium.com/@youssefraafat57/list/time-series-in-python-a152db6b5b2c), this series will contain ten articles as the following:
1. Manipulating Time Series Data In Python Pandas [A Practical Guide] [Codes & Data](https://github.com/youssefHosni/Time-Series-With-Python/tree/main/Time%20Series%20Manipulation) | [Article](https://pub.towardsai.net/manipulating-time-series-data-in-python-49aed42685a0) | [Kaggle Notebook](https://www.kaggle.com/code/youssef19/manipulating-time-series-data-in-python)
2. Time Series Analysis in Python Pandas [A Practical Guide] [Codes & Data](https://github.com/youssefHosni/Time-Series-With-Python/tree/main/Time%20Series%20Analysis) | [Article](https://pub.towardsai.net/time-series-data-analysis-in-python-1492ee4ca974) | [Kaggle Notebook](https://www.kaggle.com/code/youssef19/time-series-exploratory-data-analysis-in-python)
3. Visualizing Time Series Data in Python [A practical Guide] [Codes & Data](https://github.com/youssefHosni/Time-Series-With-Python/tree/main/Time%20Series%20Data%20Visualization) | [Article](https://pub.towardsai.net/time-series-data-visualization-in-python-2b1959726312) | [Kaggle Notebook](https://www.kaggle.com/code/youssef19/time-series-data-visualization-in-python)
4. Arima Models in Python [A practical Guide] [Part1] [Codes & Data](https://pub.towardsai.net/time-series-forecasting-with-arima-models-in-python-part-1-c2940a7dbc48) | [Article](https://pub.towardsai.net/time-series-forecasting-with-arima-models-in-python-part-1-c2940a7dbc48) | [Kaggle Notebook](https://www.kaggle.com/code/youssef19/time-series-forecasting-with-arima-models-part-1)
5. Arima Models in Python [A practical Guide] [Part2] [Codes & Data](https://pub.towardsai.net/time-series-forecasting-with-arima-models-in-python-part-1-c2940a7dbc48) | [Article](https://pub.towardsai.net/time-series-forecasting-with-arima-models-in-python-part-2-91a30d10efb0) | [Kaggle Notebook](https://www.kaggle.com/code/youssef19/time-series-forecasting-with-arima-models-part-2)
6. Machine Learning for Time Series Data [A practical Guide] [Regression] [Codes & Data](https://github.com/youssefHosni/Time-Series-With-Python/tree/main/Machine%20Learning%20For%20Time%20Series) | [Article](https://pub.towardsai.net/machine-learning-for-time-series-data-in-python-regression-5e19fa2e7471) | [Kaggle Notebook]()
7. Machine Learning for Time Series Data [A practical Guide] [Classifcation] [Codes & Data]() | [Article]()
8. Deep Learning for Time Series Data [A practical Guide] [Codes & Data]() | [Article]()
9. Time Series Forecasting project using statistical analysis, machine learning & deep learning [Codes & Data]() | [Article]()
## Learning Resoruces ##
10. [Ten Top Time Series Courses to Proficient This Important Data Science Skills](https://pub.towardsai.net/10-top-time-series-courses-to-proficient-this-important-data-science-skills-565212d29a0?sk=8210dcce7c3cd3d6aa61b9a1d2ee6b96)
11. [Level Up Your Time Series Analysis Skills with These 5 Books](https://medium.com/geekculture/level-up-your-time-series-analysis-skills-with-these-5-books-53d49b0c3ab3?sk=e39c5e934a25ff0e19f60ccaa24b2473)
12. [13 Guided Time Series Projects to Build Your Portfolio](https://pub.towardsai.net/10-top-time-series-courses-to-proficient-this-important-data-science-skills-565212d29a0?sk=8210dcce7c3cd3d6aa61b9a1d2ee6b96)