0% found this document useful (0 votes)
12 views1 page

Python Data Visualization Guide

The document outlines the process of Python data visualization, which includes data collection, preprocessing, and analysis. Key principles of data collection emphasize gathering only necessary data without personal information. Preprocessing involves using Pandas Data Frames to clean and summarize data, while analysis focuses on deriving summary statistics and correlations.

Uploaded by

Nehal Rani Sinha
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)
12 views1 page

Python Data Visualization Guide

The document outlines the process of Python data visualization, which includes data collection, preprocessing, and analysis. Key principles of data collection emphasize gathering only necessary data without personal information. Preprocessing involves using Pandas Data Frames to clean and summarize data, while analysis focuses on deriving summary statistics and correlations.

Uploaded by

Nehal Rani Sinha
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

Python Data Visualization

1. Data Collection
2. Preprocess
3. Analyze

Data Collection

Principles of Data Collection

1. Collect what you need


2. No personal information is needed

Preprocessing

1. Pandas Data Frame


2. Stats (mean, min, max)
3. Clean(NaNs, dedup, check)
3.1 Drop Duplicates
3.2 Fill Missing Values
3.3 Sanity Check

Analyze Data in Pandas

1. Summary statistics
2. Correlation

You might also like