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.19.0b0.tar.gz (136.3 kB view details)

Uploaded Source

Built Distribution

fused-1.19.0b0-py3-none-any.whl (172.2 kB view details)

Uploaded Python 3

File details

Details for the file fused-1.19.0b0.tar.gz.

File metadata

  • Download URL: fused-1.19.0b0.tar.gz
  • Upload date:
  • Size: 136.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.11.4 Darwin/24.3.0

File hashes

Hashes for fused-1.19.0b0.tar.gz
Algorithm Hash digest
SHA256 7f140d8f6db5d7b581cbe1233f31f03a1eb7a68b9ee190d8ee372be05cdf2f98
MD5 19c8c6ee2c2c4786e450325b0be723c1
BLAKE2b-256 027d1b12ed95f1cb710955e99d5c8d5e133ae81498f7a3e0a41abfae7d3da60a

See more details on using hashes here.

File details

Details for the file fused-1.19.0b0-py3-none-any.whl.

File metadata

  • Download URL: fused-1.19.0b0-py3-none-any.whl
  • Upload date:
  • Size: 172.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.11.4 Darwin/24.3.0

File hashes

Hashes for fused-1.19.0b0-py3-none-any.whl
Algorithm Hash digest
SHA256 4d873907e2de3c8a665159ced6d32c3b71ae8342a1cd33aad4a6d144fd123ec9
MD5 4d844148fd903bdec6b8cc95278025ad
BLAKE2b-256 491c3b016e8d466dff2b14a1019b9e301598e1037cac07ad4bf5a74e6f22f5ce

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