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

Uploaded Source

Built Distribution

fused-1.9.8-py3-none-any.whl (323.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.9.8.tar.gz
  • Upload date:
  • Size: 246.7 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.8.tar.gz
Algorithm Hash digest
SHA256 0ef83081561d859df3c5b1afc131880f9e8c4b7967bc137227a08336acbc3757
MD5 f1763561bc426b0f31a781b1da455ff4
BLAKE2b-256 67a6f48556ce430199f8aab4829c1151c5e54afabb50a933b878b6b1deef7c93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.9.8-py3-none-any.whl
  • Upload date:
  • Size: 323.5 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 ef038d5778bf8df393cda56252dee125807560ecded1ab276c3431000a564e5d
MD5 91f2fa55d211901876d51f54c0bef650
BLAKE2b-256 a6c4391d452f43ba2756049ab54376f6ccf8c069b16f2a04e646263682778e79

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