Tuples in PythonTuples are heterogeneous immutable objects . Once created it can not be updated. They are surrounded by parenthesis as shown belowDec 11, 2024Dec 11, 2024
Spark ArchitectureBefore we deep dive into Spark architecture ,it is good to know about Distributed Computing.Aug 15, 2022Aug 15, 2022
Normal Distribution and CHEBYSHEV’S InequalityNormal Distribution : The Normal distribution also called Gaussian distribution was named after Johann Carl Friedrich Gauss, a German…Apr 4, 2021Apr 4, 2021
Introduction to Google BigQueryGoogle BigQuery is a serverless, highly scalable data warehouse that comes with a built-in query engine.2)Mar 13, 2021Mar 13, 2021
Lists in PythonA list is a data structure in Python that is a mutable, ordered sequence of elements.Feb 27, 2021Feb 27, 2021
Variables For Data ScienceVariable types are very important and their importance can be emphasized by the fact that they in a way could determine the data…Aug 22, 2020Aug 22, 2020