Code Monkey home page Code Monkey logo

exploratorydataanalysis_merge's Introduction

ExploratoryDataAnalysis

Illustration on merging of multiple datasets for implementing Machine Learning algorithms

1. a. A very common scenario while working with datasets to build any model, using Machine Learning Algorithms, is the merging of different datasets of train samples.

1. b. This step arrives even before Exploratory Data Analysis. So, here is an illustration regarding the same.

2.a. train1.csv: Employee Number,Employee Name,Employee Department

are the columns in first csv file of train data

2.b. train2.csv: Employee Job Level,Employee Salary

are the columns in second csv file of train data

2.c. train3.csv: Employee Id ,Employee Job Level

are the columns in third csv file of train data

3.a. We will have to merge these 3 train sets in order to begin with Exploratory Data Analysis.

3.b. Merging will be based on Employee Number(train1.csv) and Employee Id(train3.csv); post-renaming both these columns as they are the unique identifiers.

3.c. The next merge will be between the resultant of (train1.csv and train3.csv) AND train2.csv on Employee Job Level column.

4. Tools and Technologies used: Jupyter Notebook, Python3, pandas (python library)

exploratorydataanalysis_merge's People

Contributors

arkaprabha-b avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.