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

Uploaded Source

Built Distribution

fused-1.8.0-py3-none-any.whl (194.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.8.0.tar.gz
  • Upload date:
  • Size: 147.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.5.0

File hashes

Hashes for fused-1.8.0.tar.gz
Algorithm Hash digest
SHA256 2257a7f06b19cfecb50941c834aa5d1b4dda361b3707fccf5d6d1be119307bc2
MD5 dad7524c83248863c9ee65ab90cf0e98
BLAKE2b-256 1821f08ae888d7a303394ea78b7c6f03585b3c4e0e4100d0d7963c97dfaff307

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.8.0-py3-none-any.whl
  • Upload date:
  • Size: 194.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.5.0

File hashes

Hashes for fused-1.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 47cb6482c81b85b6fd79e32eb252b49394e972bc56f2603639d1bb719ca73fa1
MD5 e89d3dae0c460806b6d5976411ef90c6
BLAKE2b-256 8db2d05ddeda0e8d7a7afec01259e4dc18f8254998a289443f96a8f52738eb7e

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