Big DataHow to clear Google cloud professional data engineer certification exam?In this blog you will learn - How to get Google cloud certification? How much it cost to get Google certified? Best Google certification...
OthersA Day in the Life of a Computer ProgrammerAs a computer programmer, my daily life is actually kind of weird. I did my undergrad in computer science and worked with Microsoft for 4...
PythonMutable vs Immutable Objects in Python exampleEverything in Python is an object and all objects in Python can be either mutable or immutable. Immutable objects: An object with a fixed...
SparkHow to write single CSV file using spark?Apache Spark by default writes CSV file output in multiple parts-*.CSV, inside a directory. Reason is simple it creates multiple files...
Data ScienceHow to Pull Data from Oracle IDCS (Identity Cloud Services) Rest APIOracle IDCS has various rest APIs that can be used to pull data and you can utilize it further for data analytics. Let's see how we can...