Skip to content

Commit

Permalink
Adding Visualization sub-topic to Data preparation guide. Changes to …
Browse files Browse the repository at this point in the history
…create placeholders for links and contents to come across the other guides
  • Loading branch information
neomatrix369 committed Oct 12, 2020
1 parent a44e3d4 commit b9b4db5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The purpose of this guide is to show you the importance of theese steps, mostly
- [Data Discretization](#Data-Discretization)
- [Feature Scaling](#Feature-Scaling)
- [Data Cleaning Tools](#Data-Cleaning-Tools)
- [Visualization](#Visualization)
- [Merge Data Sets and Integration](#Merge-Data-Sets-and-Integration)
- [Sanity Check](#Sanity-Check)
- [Automate These Boring Stuffs!](#Automate-These-Boring-Stuffs!)
Expand Down Expand Up @@ -156,6 +157,13 @@ _Best practices and exercises:_ [1](https://www.kaggle.com/jfeng1023/data-cleani
### Data Cleaning Tools
You're not going to hunt tigers without a rifle! You have a ton of tools out there that will help you during the data cleaning process, the one I want to suggest you is [this](https://www.analyticsindiamag.com/10-best-data-cleaning-tools-get-data/) open source tool from Google. Check [here](https://www.quora.com/What-are-the-best-open-source-data-cleansing-tools-software-available) for more.

### Visualization

(visualization during data preparation process: before, during and after)
.
.
.

### Merge Data Sets and Integration
Now that you hopefully have been successful in your data cleaning process, you can merge data from different source to create big [de-normalized](https://www.researchgate.net/post/When_and_why_do_we_need_data_normalization_in_data_mining_algorithms) data tables, ready to be explored and consumed. [This](https://www.quora.com/Is-data-warehouse-normalized-or-denormalized-Why) is why.

Expand Down

0 comments on commit b9b4db5

Please sign in to comment.