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

Uploaded Source

Built Distribution

fused-1.11.3-py3-none-any.whl (328.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.11.3.tar.gz
  • Upload date:
  • Size: 249.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for fused-1.11.3.tar.gz
Algorithm Hash digest
SHA256 68e2ed29e515a934117682ab1e595244047fd6c18e3a7018630284d48d945762
MD5 84dbb44145899ee471d61e137cb9b151
BLAKE2b-256 1a16e9f332df9f267c7c44c0f8d7aa0bc8374338c749857d8cd11dfe6c3875d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.11.3-py3-none-any.whl
  • Upload date:
  • Size: 328.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for fused-1.11.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c20b34434674c37f5130ed429e39878ca72ba1f915940f50ca6d7c908f62b770
MD5 1f1ac736b835c412bf386a05167221ef
BLAKE2b-256 a62d53834df5a354862e01cf5a045eee94fd431edfdd8fb2ae1700e6f97e1306

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