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.10.2.tar.gz (248.9 kB view details)

Uploaded Source

Built Distribution

fused-1.10.2-py3-none-any.whl (326.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.10.2.tar.gz
  • Upload date:
  • Size: 248.9 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.10.2.tar.gz
Algorithm Hash digest
SHA256 c7fbee0ff0a13be44d1d88e92100906b14b28d1a91ab738a6458fd840991b890
MD5 c95510faab0dccb2f031955cb65f5d17
BLAKE2b-256 eea09a6b56a2b793baae610f1aefe470375345984af1956496b182f081cf3626

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.10.2-py3-none-any.whl
  • Upload date:
  • Size: 326.2 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.10.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a0f310de90856de9124a3519cd66fabc1c97d158d93e67477025c84917e43378
MD5 dc6442630241d420b28685255dae9ea2
BLAKE2b-256 ddea7bcb757e99ce3c56741b746bbea29c829e8a6d897ae0426ac0d7a760000c

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