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

Uploaded Source

Built Distribution

fused-1.10.0-py3-none-any.whl (324.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.10.0.tar.gz
  • Upload date:
  • Size: 247.7 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.0.tar.gz
Algorithm Hash digest
SHA256 8811d62d5b85edef3430fe04aeec4535e7013cd34d08c45906cd9057f1b4fedd
MD5 8c84ef29d17b15acd8b430f12b12f452
BLAKE2b-256 cb0597ae22d9a15c6193760143f38b7ab7dac202a76ade5bbc2d649910f21e9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.10.0-py3-none-any.whl
  • Upload date:
  • Size: 324.5 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f5d715c96e448efa13a594ab29c44c05672d8e702a84464b557fe482108b52a4
MD5 17f2c5ae6d155020a45af9dedae13e89
BLAKE2b-256 525086fb46ed0235949da79e76b5820606b3ac3196522670c6ab800a732c8bd3

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