This project performs an exploratory data analysis (EDA) using Python on a time series dataset from Intel. Through detailed notebooks, it explores trends, patterns, and relationships over time to derive meaningful insights.
This project and all analysis are written in Spanish. If you prefer, you can contact me for any help or translation.
- Analyze data quality and temporal structure.
- Visualize distributions and correlations in the time series.
- Extract actionable insights relevant to Intel’s time-dependent data.
├── data/ # Datasets used in the analysis
├── notebooks/ # Notebooks with the complete analysis
├── scripts/ # Complementary and helper scripts
├── results/ # Graphs and exported tables
├── requirements.txt # Needed Python dependencies
└── README.md # Project description and guide
- Python (pandas, numpy, matplotlib, seaborn, scikit-learn, etc.)
- Jupyter Notebook
- Clone the repository.
- Install dependencies listed in
requirements.md
: - Open the notebook
notebooks/Analisis_con_Python_de_Intel.ipynb
in Jupyter or Google Colab. - Run the cells to reproduce the analysis and see the results.
- Data intel
- Analysis and development by Ricardo Tovar