SKSanu Kumarinsanukumar.hashnode.dev·Oct 19, 2022 · 2 min readIntroduction to Data Science PipelineA Data Science pipeline is a process that transforms raw data into useful solutions to solve business issues. There are various steps in the data science pipeline, including Obtaining information This is where data is collected and processed from...00
SKSanu Kumarinsanukumar.hashnode.dev·Oct 17, 2022 · 2 min readIntroduction To NumpyIn this Blog, I will be writing about all the basic stuff you need to know about numpy . What is NumPy? NumPy(Numerical Python) is a Python library used for working with arrays. Why Use NumPy? In Python we have lists that serve the purpose ...00
SKSanu Kumarinsanukumar.hashnode.dev·Oct 13, 2022 · 2 min readIntroduction to PandasIn this Blog, I will be writing about all the basic stuff you need to know about Pandas. What is Pandas? Pandas is an open-source library that is made mainly for working with relational or labeled data .This library is built on the top of the NumP...00
SKSanu Kumarinsanukumar.hashnode.dev·Oct 12, 2022 · 2 min readStatistics for Data ScienceA measure of spread, sometimes also called a measure of dispersion, is used to describe the variability in a sample or population. Just like the measure of central tendency , we also have measures of the spread, which comprises of the following meas...00