Skip to content
FabriCode
FabriCodeFabriCode
  • Home
  • Lakehouse
    • Lakehouse Introduction
    • Tutorial: How to use Python in Fabric for Data Engineers
    • Python Introduction Microsoft Fabric
    • Python Syntax
      • String Expressions
      • Number Expressions
      • DataTime Expressions
      • Logical Expressions
      • List Expressions
      • Loops
      • Dictionary Expressions
      • JSON Expressions
    • Modular programming
      • Notebooks Introduction
      • Install Public Python Packages in Fabric
      • Pass Parameters from one Notebook to another
    • Pandas
      • Pandas + NumPy Introduction
      • Dataframe Basics
      • Import Local CSV File
      • Import ADLSGen2 CSV File
      • Import OneLake CSV File
      • Import Excel File from OneLake / SharePoint
    • PySpark
      • Spark Introduction
      • DataFrame Basics
      • Import CSV and Parquet Files into DataFrame
    • Call REST API’s
      • Call ODATA REST API
      • Get Secret from Azure Key Vault
  • Dataflows
    • Dataflows Introduction
    • “M” Language Introduction
    • M Syntax
      • Text Expressions
      • Number Expressions
      • DateTime Expressions
      • Logical Expressions
    • REST API’s
      • Calling Web API’s Introduction
      • Call Web APIs like a pro in Power Query
  • Semantic Model
    • Advanced Dimensional Modelling
  • About
Search:
  • Home
  • Lakehouse
    • Lakehouse Introduction
    • Tutorial: How to use Python in Fabric for Data Engineers
    • Python Introduction Microsoft Fabric
    • Python Syntax
      • String Expressions
      • Number Expressions
      • DataTime Expressions
      • Logical Expressions
      • List Expressions
      • Loops
      • Dictionary Expressions
      • JSON Expressions
    • Modular programming
      • Notebooks Introduction
      • Install Public Python Packages in Fabric
      • Pass Parameters from one Notebook to another
    • Pandas
      • Pandas + NumPy Introduction
      • Dataframe Basics
      • Import Local CSV File
      • Import ADLSGen2 CSV File
      • Import OneLake CSV File
      • Import Excel File from OneLake / SharePoint
    • PySpark
      • Spark Introduction
      • DataFrame Basics
      • Import CSV and Parquet Files into DataFrame
    • Call REST API’s
      • Call ODATA REST API
      • Get Secret from Azure Key Vault
  • Dataflows
    • Dataflows Introduction
    • “M” Language Introduction
    • M Syntax
      • Text Expressions
      • Number Expressions
      • DateTime Expressions
      • Logical Expressions
    • REST API’s
      • Calling Web API’s Introduction
      • Call Web APIs like a pro in Power Query
  • Semantic Model
    • Advanced Dimensional Modelling
  • About

Python

Install Public Python Packages in Fabric

Lakehouse, Modular Programming, PythonBy Arthur GrausAugust 14, 2024Leave a comment

When writing Python code in notebooks there are a lots of packages that can be really useful to select and transform data like Pandas and PySpark. In this article you will learn how to get an overview of all the preinstalled packages and how to install new public packages from PyPi. PyPi PyPI, the Python…

Spark Introduction

Lakehouse, PySpark, PythonBy Arthur GrausAugust 12, 2024Leave a comment

Spark is an important part of MS Fabric, especially if you are creating Lakehouses and want to execute Python code inside Notebooks. This code is executed by Spark Worker Nodes. This video will give you an introduction of the architecture and inner workings of this Spark Engine.

Get Secret from Azure Key Vault in Fabric Notebook with Python

Call REST API'sBy Arthur GrausAugust 7, 2024Leave a comment

When working with databases, connecting to REST API’s or getting data from storage accounts you need username/password, API Keys or other kind of secrets. Of course you can just put them hardcoded in the Notebook and run the code and forget about them and everything works fine. But what if you connect to the same…

© 2025 Fabricode
Go to Top