2023

Encode and Decode Data Ingest and Transform Data Microsoft DP-203 Transform Data by Using Scala -3 Minutes

Azure Cosmos DB—Shred JSON– Transform, Manage, and Prepare Data

FIGURE 5.23 Shredding JSON with Azure Cosmos DB The query you executed in step 4 begins with a SELECT, which is followed by the OPENROWSET that contains information about the PROVIDER, CONNECTION, and OBJECT.SELECT...
Read More
Microsoft DP-203 Transform Data by Using Scala Transform Data Using Transact‐SQL -3 Minutes

Transform Data Using Stream Analytics – Transform, Manage, and Prepare Data

Remember, as you begin this section, that Chapter 7, “Design and Implement a Data Stream Processing Solution,” is devoted to data streaming. The content in this section will therefore target the Azure Stream Analytics...
Read More
Machine Learning Microsoft DP-203 Transform Data Using Transact‐SQL -3 Minutes

Transform Data Using Transact‐SQL – Transform, Manage, and Prepare Data

Transact‐SQL (T‐SQL), as mentioned previously, is an extension of the SQL language developed by Microsoft. In this chapter and preceding chapters, you have read about and used T‐SQL statements, functions, and commands. Any time...
Read More
Encode and Decode Data Ingest and Transform Data Machine Learning Microsoft DP-203 Transform Data Using Transact‐SQL -5 Minutes

Cleanse Data – Transform, Manage, and Prepare Data

%%pysparkdf = spark.read \.load(‘abfss://*@*.dfs.core.windows.net/SessionCSV/BRAINWAVES_WITH_   NULLS.csv’,format=’csv’, header=True) The final action to take after cleansing the data is to perhaps save it to a temporary table, using the saveAsTable(tableName) method, or into the Parquet file format....
Read More