autoEDA Python

Run automatic EDA (Exploratory Data Analysis) in Python With 2 lines of Python code you’ll get a HTML report with all the important EDA aspects you need to understand your raw data. Install pandas_profiling: pip install pandas_profiling Import pandas_profiling: from pandas_profiling import ProfileReport Create the autoEDA report: profile = ProfileReport(rawdataTbl, title=”Profiling Report”) profile.to_file(“Profiling Report.html”) Check

autoEDA in Python: Pandas Profiling ExampleRead More »

Mentoring for Data Science

Coaching and Mentoring are very important to me as they guided me throughout my career in Data and more recently, the career of a Data Scientist. They are extremely relatable, but there are still some key differences between the two.  In this article I’ll explain the difference between the two and how you can benefit

The Benefits Of Having A Coach / Mentor In The Field Of Data ScienceRead More »

Data Science lifecycle and steps

The lifecycles below will guide you from the initial phase of a Data Science project through the project’s successful completion. It will enable you to divide the work within the team, estimate efforts, document all the steps of your project, and set realistic expectations for the project stakeholders. I believe that implementing a standard process model

The Lifecycles of Data Science and MLOpsRead More »

Photo by Cameron Yartz: https://www.pexels.com/photo/crop-woman-with-piece-of-ice-6433968/

At this stage, you managed to create your first Python project and saved all the packages used in a virtual environment. The next step is to collaborate with other data professionals. For a smooth collaboration with your peers, now you have to create a requirements.txt file with all the Python packages used and their respective

“Freeze” your Python environment by creating the Requirements.txt fileRead More »

DELL EMC Data Science Certified Associate

Starting with 2019, the interest in Data Science education and getting an accreditation skyrocketed. Have a look below at the Google trend of the two search terms: Data Science course vs Data Science certificate:   This shows that many people are looking to get formal training on Data Science.    Generally speaking, a technical certification

The perfect Data Science Certification for a Junior Data ScientistRead More »