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

Uploaded Source

Built Distribution

fused-1.5.3-py3-none-any.whl (198.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.5.3.tar.gz
  • Upload date:
  • Size: 151.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.5.3.tar.gz
Algorithm Hash digest
SHA256 457ecf54eb56a240d4148ce9ca1351ee2f693c607a5a3f60b0a763aa9b8e26e3
MD5 85f3e083bdd341e7e33bdf694549d498
BLAKE2b-256 bf66bedecb6f4386cc7432aeb3cf2fb0d16922c7f003ec0fb4431b28f24485ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.5.3-py3-none-any.whl
  • Upload date:
  • Size: 198.6 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.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 94bacd584cba67776a5ef0e66e892d675f64a09bed078bb800e1bda858d3afc9
MD5 7c621b39d0bcbac9850b2c871e6ee13a
BLAKE2b-256 d03fbfa564e6a841e5f5e5fa17f0ae5f46ee32f36cd8f4bbbc1c1e90ec498605

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