semantic-link-sempy


Namesemantic-link-sempy JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://learn.microsoft.com/en-us/fabric/data-science/semantic-link-overview
SummarySemantic link for Microsoft Fabric
upload_time2024-05-14 10:12:09
maintainerNone
docs_urlNone
authorMicrosoft
requires_python>=3.10
licenseproprietary and confidential
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Semantic link is a feature that allows you to establish a connection between [Power BI datasets](https://learn.microsoft.com/en-us/power-bi/connect-data/service-datasets-understand) and [Synapse Data Science in Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/data-science/data-science-overview).  

The primary goals of semantic link are to facilitate data connectivity, enable the propagation of semantic information, and seamlessly integrate with established tools used by data scientists, such as notebooks.  

Semantic link helps you to preserve domain knowledge about data semantics in a standardized way that can speed up data analysis and reduce errors.

[Package (PyPi)](https://pypi.org/project/semantic-link/) | [API reference documentation](https://learn.microsoft.com/en-us/python/api/semantic-link-sempy/) | [Product documentation](https://learn.microsoft.com/en-us/fabric/data-science/semantic-link-overview) | [Samples](https://github.com/microsoft/fabric-samples/tree/main/docs-samples/data-science/semantic-link-samples)

By downloading, installing, using or accessing this distribution package for semantic link, you agree to the [Terms of Service](https://github.com/microsoft/semantic-link-functions/blob/main/sempy/LICENSE.txt).

This package has been tested with Microsoft Fabric.

# Getting started
## Prerequisites

* A [Microsoft Fabric subscription](https://learn.microsoft.com/en-us/fabric/enterprise/licenses). Or sign up for a free [Microsoft Fabric (Preview) trial](https://learn.microsoft.com/en-us/fabric/get-started/fabric-trial).
* Sign in to [Microsoft Fabric](https://fabric.microsoft.com/).
* Create [a new notebook](https://learn.microsoft.com/en-us/fabric/data-engineering/how-to-use-notebook#create-notebooks) or a new [spark job](https://learn.microsoft.com/en-us/fabric/data-engineering/create-spark-job-definition) to use this package. **Note that semantic link is supported only within Microsoft Fabric.**

## About the semantic link packages
The functionalities for semantic link are split into multiple packages to allow for a modular installation.
If you want to install only a subset of the semantic link functionalities, you can install the individual packages instead of the `semantic-link` meta-package.
This can help solve dependency issues. The following are some of the available packages:

* [semantic-link](https://pypi.org/project/semantic-link/) - The meta-package that depends on all the individual semantic link packages and serves as a convenient way to install all the semantic link packages at once.
* [semantic-link-sempy](https://pypi.org/project/semantic-link-sempy/) - The package that contains the core semantic link functionality.
* [semantic-link-functions-holidays](https://pypi.org/project/semantic-link-functions-holidays/) - A package that contains semantic functions for holidays and dependence on [holidays](https://pypi.org/project/holidays).
* [semantic-link-functions-geopandas](https://pypi.org/project/semantic-link-functions-geopandas/) - A package that contains semantic functions for geospatial data and dependence on [geopandas](https://pypi.org/project/geopandas).
* ...

## Install the `semantic-link` meta package

To install the `semantic-link` package in Microsoft Fabric, you have two options:

* Install the `SemPy` Python library in your notebook kernel by executing this code in a notebook cell:

  ```python
  %pip install semantic-link
  ```

* Alternatively, you can add semantic link to your workspace libraries directly. For more information, see [Install workspace libraries](https://learn.microsoft.com/en-us/fabric/data-science/python-guide/python-library-management#install-workspace-libraries).

# Key concepts
SemPy offers the following capabilitites:

* Connectivity to Power BI
* Connectivity through Power BI Spark native connector
* Data augmentation with Power BI measures
* Semantic propagation for pandas users
* Built-in and custom semantic functions

# Next steps
View our [Samples](https://github.com/microsoft/fabric-samples/tree/main/docs-samples/data-science/semantic-link-samples)



            

Raw data

            {
    "_id": null,
    "home_page": "https://learn.microsoft.com/en-us/fabric/data-science/semantic-link-overview",
    "name": "semantic-link-sempy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Microsoft",
    "author_email": "semanticdatascience@service.microsoft.com",
    "download_url": null,
    "platform": "Microsoft Fabric",
    "description": "Semantic link is a feature that allows you to establish a connection between [Power BI datasets](https://learn.microsoft.com/en-us/power-bi/connect-data/service-datasets-understand) and [Synapse Data Science in Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/data-science/data-science-overview).  \n\nThe primary goals of semantic link are to facilitate data connectivity, enable the propagation of semantic information, and seamlessly integrate with established tools used by data scientists, such as notebooks.  \n\nSemantic link helps you to preserve domain knowledge about data semantics in a standardized way that can speed up data analysis and reduce errors.\n\n[Package (PyPi)](https://pypi.org/project/semantic-link/) | [API reference documentation](https://learn.microsoft.com/en-us/python/api/semantic-link-sempy/) | [Product documentation](https://learn.microsoft.com/en-us/fabric/data-science/semantic-link-overview) | [Samples](https://github.com/microsoft/fabric-samples/tree/main/docs-samples/data-science/semantic-link-samples)\n\nBy downloading, installing, using or accessing this distribution package for semantic link, you agree to the [Terms of Service](https://github.com/microsoft/semantic-link-functions/blob/main/sempy/LICENSE.txt).\n\nThis package has been tested with Microsoft Fabric.\n\n# Getting started\n## Prerequisites\n\n* A [Microsoft Fabric subscription](https://learn.microsoft.com/en-us/fabric/enterprise/licenses). Or sign up for a free [Microsoft Fabric (Preview) trial](https://learn.microsoft.com/en-us/fabric/get-started/fabric-trial).\n* Sign in to [Microsoft Fabric](https://fabric.microsoft.com/).\n* Create [a new notebook](https://learn.microsoft.com/en-us/fabric/data-engineering/how-to-use-notebook#create-notebooks) or a new [spark job](https://learn.microsoft.com/en-us/fabric/data-engineering/create-spark-job-definition) to use this package. **Note that semantic link is supported only within Microsoft Fabric.**\n\n## About the semantic link packages\nThe functionalities for semantic link are split into multiple packages to allow for a modular installation.\nIf you want to install only a subset of the semantic link functionalities, you can install the individual packages instead of the `semantic-link` meta-package.\nThis can help solve dependency issues. The following are some of the available packages:\n\n* [semantic-link](https://pypi.org/project/semantic-link/) - The meta-package that depends on all the individual semantic link packages and serves as a convenient way to install all the semantic link packages at once.\n* [semantic-link-sempy](https://pypi.org/project/semantic-link-sempy/) - The package that contains the core semantic link functionality.\n* [semantic-link-functions-holidays](https://pypi.org/project/semantic-link-functions-holidays/) - A package that contains semantic functions for holidays and dependence on [holidays](https://pypi.org/project/holidays).\n* [semantic-link-functions-geopandas](https://pypi.org/project/semantic-link-functions-geopandas/) - A package that contains semantic functions for geospatial data and dependence on [geopandas](https://pypi.org/project/geopandas).\n* ...\n\n## Install the `semantic-link` meta package\n\nTo install the `semantic-link` package in Microsoft Fabric, you have two options:\n\n* Install the `SemPy` Python library in your notebook kernel by executing this code in a notebook cell:\n\n  ```python\n  %pip install semantic-link\n  ```\n\n* Alternatively, you can add semantic link to your workspace libraries directly. For more information, see [Install workspace libraries](https://learn.microsoft.com/en-us/fabric/data-science/python-guide/python-library-management#install-workspace-libraries).\n\n# Key concepts\nSemPy offers the following capabilitites:\n\n* Connectivity to Power BI\n* Connectivity through Power BI Spark native connector\n* Data augmentation with Power BI measures\n* Semantic propagation for pandas users\n* Built-in and custom semantic functions\n\n# Next steps\nView our [Samples](https://github.com/microsoft/fabric-samples/tree/main/docs-samples/data-science/semantic-link-samples)\n\n\n",
    "bugtrack_url": null,
    "license": "proprietary and confidential",
    "summary": "Semantic link for Microsoft Fabric",
    "version": "0.7.3",
    "project_urls": {
        "Homepage": "https://learn.microsoft.com/en-us/fabric/data-science/semantic-link-overview"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "51fb23582086f3be8af7c45da5969da8ade9aa11dea12d263cd7e5150c2403c6",
                "md5": "e929c323c2dad42234bd11e9de7945fe",
                "sha256": "2438f338cc7e15005860c2efaf685db9e0fb09c624b2645dbd4593068772df99"
            },
            "downloads": -1,
            "filename": "semantic_link_sempy-0.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e929c323c2dad42234bd11e9de7945fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 2966225,
            "upload_time": "2024-05-14T10:12:09",
            "upload_time_iso_8601": "2024-05-14T10:12:09.093708Z",
            "url": "https://files.pythonhosted.org/packages/51/fb/23582086f3be8af7c45da5969da8ade9aa11dea12d263cd7e5150c2403c6/semantic_link_sempy-0.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 10:12:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "semantic-link-sempy"
}
        
Elapsed time: 0.34253s