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