Question: EXERCISE #1 Problem Definition: What is the problem you are working on? Which dataset are you using? Problem definition or hypothesis, dataset used, EDA backed

EXERCISE #1 Problem Definition: What is the problem you are working on? Which dataset are you using? Problem definition or hypothesis, dataset used, EDA backed by appropriate visualizations, results, and conclusion.Use of python / SQL concepts such as functions, creating own packages, file Handling, exception Handling, use of third party libraries. Use of different file formats like JSON, xml with CSV or Excel are encouraged to demonstrate your knowledge on handling structured and unstructured data. Essential key steps to demonstrate in your Python Notebook 1. Loading data in to DataFrames. Integration of SQL and Python 2. Check the Data Types of your data columns. 3. Drop any NULL, missing values or unwanted columns. 4. Drop duplicate values. 5. Check for outliers using a box plot or histogram. 6. Plot features against each other using a pair plot. 7. Use a HeatMap for finding the correlation between the features(Feature to Feature). 8. Use a scatter plot to show the relationship between 2 variables. 9. Merging two Data Frames. 10. Slicing Data of a particular column value (like year, month, filter values depending on the categorical data) 11. Representing data in matrix form. 12. Upload data to Numerical Python (NumPy) 13. Select a slice or part of the data and display. 14. Use conditions and segregate the data based on the condition (like show data of a feature(column) >,<,= a number) 15. Use mathematical and statistical functions using libraries. 16. Select data based on a category(categorical data based). 17. Libraries expected to try(minimum 4 required): Pandas, Numpy, Seaborn, Matplotlib . 18. Write your own functions and handle exceptions in the functions. 19. Use of *arg and **kwargs. 20. Use of data functions.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!