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

Uploaded Source

Built Distribution

fused-1.11.4-py3-none-any.whl (329.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.11.4.tar.gz
  • Upload date:
  • Size: 249.9 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.4.tar.gz
Algorithm Hash digest
SHA256 d70e05e620720dd1c30a538b164d4a6f201ec56d7cb2d273d5aab726a40fc038
MD5 e2aa0e2f28d6dff0c5e67e8225c93965
BLAKE2b-256 fe117b68ae84740ef036e8e96e367bef498226c68636ed57ea1ca29725e9297f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.11.4-py3-none-any.whl
  • Upload date:
  • Size: 329.6 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1545de9cb2d51251ca3bc3cebb437af0910aac25b3db6365e9e54aa76915c2f1
MD5 31aebd95c859590f13d74faaccb1f790
BLAKE2b-256 ee4af224ee9547a91f5b6ed4c41dbf41ca5abfc5e81f78984a09212a9a3c8343

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