Completed at Bosch Engineering Technical School
Program: Digital Talent Academy
Subject: Python
Instructor: Queila Lima
This repository contains practical examples and exercises using popular Python libraries for data analysis and visualization, including Pandas, MatPlotLib, and Numpy. The materials were developed to enhance skills in data manipulation, numerical computation, and graphical representation using these essential tools.
To run the Python scripts, you need to have Python 3.x installed on your system along with the required libraries:
pip install pandas matplotlib numpy