DATA ANALYSIS
A process of inspecting, cleansing, transforming and modeling data with the goal of discovering useful
information, informing conclusion and supporting decision-making.
DATA ANALYIS TOOLS
- PYTHON
- R
- JULIA
- TABLEAU
- EXCEL
DATA ANALYSIS PORCESS
1) DATA EXTRACTION
- SQL
- FILE FORMATS :CSV,JSON,XML
2) DATA CLEANING
3) DATA WRANGLING: RESHAPING AND TRANSFORMING DATA
4) ANALYSIS: EXTRACTING INFORMATION WITH THIS DATA (STATISTICS WILL BE NECESSARY HERE)
5) ACTION: BUILDING MODELS WITH THE DATA AND MAKING DATA BASED DECISIONS
PYTHON LIBRARIES
1) Pandas: The cornerstone of our data analysis job with Python
2) Matplotlib: The foundational library for visualizations
3) Numpy: The numeric library that serves as the foundation of all calculations in python
4) Seaborn: A statistical visualization tool built on top of Matplotlib
5) Statsmodels: A library with many advanced statistical functions
6) Scipy: linear algebra image processing etc
7) Scikit-learn: most popular machine learning library in python
CONCEPTS
1)A JUPYTER NOTEBOOK IS A SEQUENCE OF MULTIPLE CELLS
*Markdown – a format to create text that would be rendered with html
Starts with “###”
Every execution you run will be given an execution number