Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] Amend Data Visualisation guide #137

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Data Visualization
author: clone95
author: clone95, neomatrix369
description: The purpose of this guide is to show you the importance of data visualization and why it's so useful when working with data.
---

Expand Down Expand Up @@ -52,6 +52,12 @@ I assume you know [basic Python](https://github.com/clone95/Virgilio/blob/master

Each content listed here **is not** tool-specific (apart from "tools", did you ever imagine that?).

Data visualisation is NOT a step, in fact it is a part of every data and machine learning related step, we start with it, we do it at every step, before and after and we finish with it. See other visualisation steps across the Data science process (pipelines):
- [Visualisations during Data Collection](https://github.com/virgili0/Virgilio/blob/dev/content/purgatorio/collect-and-prepare-data/data-collection.md#visualization)
- [Visualisations during Data Preparation](https://github.com/virgili0/Virgilio/blob/dev/content/purgatorio/collect-and-prepare-data/data-preparation.md#visualization)
- [Visualisations during Exploratory Data Analysis](https://github.com/virgili0/Virgilio/blob/dev/content/purgatorio/collect-and-prepare-data/exploratory-data-analysis.md#visualization)
- [Visualisations during Feature Engineering](https://github.com/virgili0/Virgilio/blob/dev/content/purgatorio/collect-and-prepare-data/feature-engineering.md#visualization)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To put reference for a specific section of the "other" guide with it's visualization section?
Did I understand right?
If it's the case, it's a very good idea!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - each section will have its own Viz section and then this one points to all of them
As Visualisation isn't a separate task, its part and parcel of each step in the process sometimes before and after each process!

So much to write about these topics!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is still in Draft stage but it's okay to glance it - I have to flesh them out

### Legolas, how do your elf eyes see?
What do I intend with Data Visualization?\
Let's consider the [Tableau](https://www.tableau.com/learn/articles/data-visualization) definition:
Expand Down