Data Analysis has been around for a long time. But up until a few years ago, developers practiced it using expensive, closed-source tools like Tableau. But recently, Python, SQL, and other open libraries have changed Data Analysis forever.
In the Data Analysis with Python Certification I learnt the fundamentals of data analysis with Python like reading data from sources like CSVs and SQL, and using libraries like Numpy, Pandas, Matplotlib, and Seaborn to process and visualize data.
In above directories you can see all projects created in this course such as:
- ๐งฎ Mean-Variance-Standard Deviation Calculator - a function that uses Numpy to output the mean, variance, standard deviation, max, min, and sum of the rows, columns, and elements in a 3 x 3 matrix
- ๐ง Demographic Data Analyzer - analyzing demographic data using Pandas
- ๐ฉบ Medical Data Visualizer - normalizing, converting and cleaning the data, creating a correlation matrix, plotting a categorical plot and a heat map.
- ๐๏ธ Page View Time Series Visualizer - visualizing data using a line chart, bar chart, and box plots.
- ๐ Sea Level Predictor - predicting the sea level change through years, creating a scatter plot