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

Uploaded Source

Built Distribution

fused-1.9.7-py3-none-any.whl (323.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fused-1.9.7.tar.gz
  • Upload date:
  • Size: 247.0 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.7.tar.gz
Algorithm Hash digest
SHA256 a924829080f66b73004c19cb1b8ee02d29c830bbea0daea47815164d7b01bcab
MD5 80b018763eab8d85a0f9c4ad5dce0de2
BLAKE2b-256 03acc582437c0a1f68a2cb8d6415fc84175af3731278e1ba72852fa3e653cdc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fused-1.9.7-py3-none-any.whl
  • Upload date:
  • Size: 323.9 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 65b6019a340f9a8fdcc5cd94a077a23bc259e9e752ff288dbf264f2861f2c14b
MD5 c934364445a339b697568d5fb4ef9675
BLAKE2b-256 fa7987f2d274547800cdd90951953fba659b4455b508c4ea9b26f83902f58623

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