Skip to content

letyrobueno/Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Data-Analysis

Steps for a new data analysis project:

  1. Check the data health; clean, transform and prepare the data for analysis (it corresponds to 60% to 80% of the time in a data analysis project):

    • Missing values;
    • Duplicate records;
    • Redundant data: like, for example, total amount columns. Remove data that you do not need;
    • Data types;
    • Consistency of formats: whole numbers X decimal numbers, date formats, etc;
    • Consistency of representations: differences in capitalization, spacing and genders of adjectives;
    • Spelling errors.
  2. Understand the data - EDA (Exploratory Data Analysis);

  1. Define the audience;

  2. From the exploratory analysis, prepare an explanatory material.

    1. Data visualization - Choosing a chart:

    2. Choosing colors for data visualization:

    3. Practice makes perfection:

    4. Data Science Competitions:

    5. Useful:

About

Data Analysis related content

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages