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

Uploaded Source

Built Distribution

fused-1.9.5-py3-none-any.whl (130.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.9.5.tar.gz
  • Upload date:
  • Size: 101.1 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.9.5.tar.gz
Algorithm Hash digest
SHA256 dea6b9ad45632e6fbead135adf7fe39dee3c3f6192e340209acd15a05bae9415
MD5 b1d86e11dd45f9d0b11eed6d0dae6805
BLAKE2b-256 d44fea4d799b0507069e7eff77c6512745520421d963596215c3e15853ee7ea5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.9.5-py3-none-any.whl
  • Upload date:
  • Size: 130.4 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.9.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c1b32f4c3dd75d995b1882c20b2b90f604d68c2d78da362172a208df2d0ae557
MD5 162791d8a2ca0feb80e3fc2ddafdc0ea
BLAKE2b-256 2fe96b0e2b291ef191f1b3bc5da759bc87729934ff92a511014ca6bb3dc94642

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