0% found this document useful (0 votes)
4 views2 pages

Data Analysis Process and Tools Guide

Data analysis involves inspecting, cleansing, transforming, and modeling data to extract useful information for decision-making. Key tools for data analysis include Python, R, Julia, Tableau, and Excel, with Python libraries such as Pandas and Matplotlib being essential for tasks. The data analysis process consists of data extraction, cleaning, wrangling, analysis, and action, often utilizing Jupyter Notebooks for execution and documentation.

Uploaded by

AMV STREAM
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Data Analysis Process and Tools Guide

Data analysis involves inspecting, cleansing, transforming, and modeling data to extract useful information for decision-making. Key tools for data analysis include Python, R, Julia, Tableau, and Excel, with Python libraries such as Pandas and Matplotlib being essential for tasks. The data analysis process consists of data extraction, cleaning, wrangling, analysis, and action, often utilizing Jupyter Notebooks for execution and documentation.

Uploaded by

AMV STREAM
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like