VOOZH about

URL: https://pypi.org/project/semantic-link-functions-geopandas/

โ‡ฑ semantic-link-functions-geopandas ยท PyPI


Skip to main content

semantic-link-functions-geopandas 0.14.1

pip install semantic-link-functions-geopandas

Latest release

Released:

Semantic link functions for Geopandas. Enables conversion of a FabricDataFrame to a GeoDataFrame.

Navigation

Verified details

These details have been verified by PyPI
Maintainers
๐Ÿ‘ Avatar for microsoft from gravatar.com
microsoft

Unverified details

These details have not been verified by PyPI
Project links
Meta
  • License: MIT License (MIT License)
  • Author: Microsoft
  • Requires: Python >=3.10
Classifiers

Project description

FabricDataFrames dynamically expose semantic functions based on logic defined by each function. For example, the is_holiday function shows up in the autocomplete suggestions when you're working on a FabricDataFrame containing both a datetime column and a country column.

Each semantic function uses information about the data types, metadata (such as Power BI data categories), and the data in a FabricDataFrame or FabricSeries to determine its relevance to the particular data on which you're working.

Semantic functions are automatically discovered when annotated with the @semantic_function decorator. You can think of semantic functions as being similar to C# extension methods applied to the popular DataFrame concept.

fromsempy.fabricimport FabricDataFrame

df = FabricDataFrame(
 {"country": ["US", "AT"],
 "lat": [40.7128, 47.8095],
 "long": [-74.0060, 13.0550]},
 column_metadata={"lat": {"data_category": "Latitude"}, "long": {"data_category": "Longitude"}},
)

df_geo = df.to_geopandas(lat_col="lat", long_col="long")

Project details

Verified details

These details have been verified by PyPI
Maintainers
๐Ÿ‘ Avatar for microsoft from gravatar.com
microsoft

Unverified details

These details have not been verified by PyPI
Project links
Meta
  • License: MIT License (MIT License)
  • Author: Microsoft
  • Requires: Python >=3.10
Classifiers

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Filter files by name, interpreter, ABI, and platform.

If you're not sure about the file name format, learn more about wheel file names.

Copy a direct link to the current filters

File details

Details for the file semantic_link_functions_geopandas-0.14.1-py3-none-any.whl.

File metadata

File hashes

Hashes for semantic_link_functions_geopandas-0.14.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e05c568a4b5fc2b3d34b19fdcee21c181de263acc85d88143e8a8569fff51086
MD5 6135c86b5ca3ce3c09b55f8a93d4cd2b
BLAKE2b-256 1735d28879d1305429f2715a301c0017bcb5db1d94d566e2ef17e856f386544c

See more details on using hashes here.

Supported by

๐Ÿ‘ Image
AWS Cloud computing and Security Sponsor ๐Ÿ‘ Image
Datadog Monitoring ๐Ÿ‘ Image
Depot Continuous Integration ๐Ÿ‘ Image
Fastly CDN ๐Ÿ‘ Image
Google Download Analytics ๐Ÿ‘ Image
Pingdom Monitoring ๐Ÿ‘ Image
Sentry Error logging ๐Ÿ‘ Image
StatusPage Status page