Skip to main content

No project description provided

Project description

Fused Public Python package

🌎 Code to Map. Instantly.



Fused is a Python library to code, scale, and ship geospatial workflows of any size. Express workflows as shareable UDFs (user defined functions) without thinking about the underlying compute. The Fused Python library is maintained by Fused.io.

Prerequisites

Python >= 3.8

Install

pip install fused

Quickstart

import fused

# Declare UDF
@fused.udf()
def my_udf():
    import pandas as pd
    return pd.DataFrame({'hello': ['world']})

df = fused.run(my_udf)
print(df)

dc_file_udf = fused.load('https://github.com/fusedio/udfs/tree/main/public/DC_File_Example')

df2 = fused.run(dc_file_udf)
print(df2)

Resources

Changelog

See the changelog for the latest changes.

Project details


Download files

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

Source Distribution

fused-1.6.1.tar.gz (148.4 kB view details)

Uploaded Source

Built Distribution

fused-1.6.1-py3-none-any.whl (194.3 kB view details)

Uploaded Python 3

File details

Details for the file fused-1.6.1.tar.gz.

File metadata

  • Download URL: fused-1.6.1.tar.gz
  • Upload date:
  • Size: 148.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/23.2.0

File hashes

Hashes for fused-1.6.1.tar.gz
Algorithm Hash digest
SHA256 894e50a0d84f5952a6254831e2c934a800ca12ca1e4971c4f1ec2e54ee02d7dd
MD5 c9c8216665904f0d3f9b5c78f51108fe
BLAKE2b-256 98dd477718bd7ae6f020a5f3a47e87de0d29efbe1319d149e7a36521fb8793ee

See more details on using hashes here.

File details

Details for the file fused-1.6.1-py3-none-any.whl.

File metadata

  • Download URL: fused-1.6.1-py3-none-any.whl
  • Upload date:
  • Size: 194.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/23.2.0

File hashes

Hashes for fused-1.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7754087aa0af6aa2ab66c05fd9d2d9acbcb75d7c29711c69ce5375ced3ee1c46
MD5 865b841bcf045f80e847b9fcb0311d53
BLAKE2b-256 e375b9d4324ebb98af86db09523acb04dbc3e8c9bd2e0133f59367c8000a5730

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page