Tag Archives: matrix

Excel Example for Data Analyst – Summary count of non-blank categories

Personal Career & Learning Guide for Data Analyst, Data Engineer and Data Scientist Excel is a powerful tool that is widely used by data analysts to organize, analyze and present data in a meaningful way. One of the most common tasks that data analysts perform in Excel is to summarize data into meaningful statistics, such …

How to check installed version of SciPy

How to check installed version of SciPy SciPy is a powerful library for scientific computing in Python. It’s common to check the version of SciPy that’s currently installed to ensure compatibility with other packages or to make sure you have the latest features. One way to check the version of SciPy that’s installed is by …

How to check installed version of scikit-learn

How to check installed version of scikit-learn Scikit-learn is a powerful library for machine learning in Python. It’s common to check the version of scikit-learn that’s currently installed to ensure compatibility with other packages or to make sure you have the latest features. One way to check the version of scikit-learn that’s installed is by …