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

Uploaded Source

Built Distribution

fused-1.11.0-py3-none-any.whl (326.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.11.0.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.11.0.tar.gz
Algorithm Hash digest
SHA256 a7f947c20b1d7d3453a669b4dd5bd7f9c321040fd6ee7c29840f13e4a6b1c1a0
MD5 ab092a06571115146b7b9464e8e446ac
BLAKE2b-256 19bf6ab984d08a0d5d4743e861fd7510c64a9c70ea901e222f83eb1aad03e727

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.11.0-py3-none-any.whl
  • Upload date:
  • Size: 326.9 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.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3a796fb7563934f7f66cbd9fa5e78c68db1dcf565f0940d99f0da88fd9125ccd
MD5 54325885d6d6b7a2a059471d9e1f8d7c
BLAKE2b-256 c6c0925c91882a3e54de5192b22d4c6dd3c120fbadbcfb9107cf2d48d3885e5c

See more details on using hashes here.

Supported by

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