Skip to content

A smal but descriptive demonstration of How to load and preapre data from multiple sources and combine them to form one full dataset.

License

Notifications You must be signed in to change notification settings

Arpangpta/Consolidating-Employee-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Consolidating_Employee_Data

This is a project for Data Preparation in which the data is obtained from multiple sources such as from different types of files. Then the data is loaded and combined using Join as well as Merge DataFrame functions.

Learning Outcome:

  1. How to load data from different types of files with the argument details.
  2. How to consider primitive key of the Dataframe as Index of the DataFrame through the means of Indexing and Unindexing.
  3. Joining loaded Dataframes using Join as well as Merge Functions. Furthermore, using those Dataframes to join to others.
  4. Accessing the values of the Dataframe and modifying them.
  5. Setting index of final Dataframe by accessing the headers of it rather than giving a hard value input.

About

A smal but descriptive demonstration of How to load and preapre data from multiple sources and combine them to form one full dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published