Graviti-python-sdk - Graviti Data Platform Python SDK

Overview

Graviti Python SDK

Pre-commit GitHub

Graviti Python SDK is a python library to access Graviti Data Platform and manage your datasets. It provides a pythonic way to access your datasets by Graviti OpenAPI.

You might also like...
The Official Dropbox API V2 SDK for Python
The Official Dropbox API V2 SDK for Python

The offical Dropbox SDK for Python. Documentation can be found on Read The Docs. Installation Create an app via the Developer Console. Install via pip

Evernote SDK for Python

Evernote SDK for Python Evernote API version 1.28 This SDK is intended for use with Python 2.X For Evernote's beta Python 3 SDK see https://github.com

Python SDK for IEX Cloud
Python SDK for IEX Cloud

iexfinance Python SDK for IEX Cloud. Architecture mirrors that of the IEX Cloud API (and its documentation). An easy-to-use toolkit to obtain data for

Unofficial Medium Python Flask API and SDK
Unofficial Medium Python Flask API and SDK

PyMedium - Unofficial Medium API PyMedium is an unofficial Medium API written in python flask. It provides developers to access to user, post list and

The Python SDK for the Rackspace Cloud

pyrax Python SDK for OpenStack/Rackspace APIs DEPRECATED: Pyrax is no longer being developed or supported. See openstacksdk and the rackspacesdk plugi

:snake: Python SDK to query Scaleway APIs.

Scaleway SDK Python SDK to query Scaleway's APIs. Stable release: Development: Installation The package is available on pip. To install it in a virtua

Skyscanner Python SDK

Skyscanner Python SDK Important As of May 1st, 2020, the project is deprecated and no longer maintained. The latest update in v1.1.5 includes changing

WeChat SDK for Python
WeChat SDK for Python

___ __ _______ ________ ___ ___ ________ _________ ________ ___ ___ |\ \ |\ \|\ ___ \ |\ ____\|\ \|\ \|\ __ \|\___

Python SDK for the Buycoins API.

This library provides easy access to the Buycoins API using the Python programming language. It provides all the feature of the API so that you don't need to interact with the API directly. This library can be used with Python 3.6+

Comments
  • refactor(portex): refine the logic of

    refactor(portex): refine the logic of "convert_portex_schema_to_avro"

    • remove useless "index" parameter
    • use "_on_struct" method to process first "record"
    • use "skip_url" flag to handle the "url" field in "std.file.RemoteFile"
    opened by linjiX 1
  • fix(dataframe): fix Series creation fail when the array items is enum

    fix(dataframe): fix Series creation fail when the array items is enum

    example:

    In [10]: schema  # the array items is enum
    Out[10]:
    array(
      items=enum(
        values=['cat', 'dog'],
      ),
    )
    
    In [11]: data  # the first array is an empty list
    Out[11]: [[], ['cat', 'dog'], ['cat', 'dog'], ['cat', 'dog']]
    
    In [12]: Series(data, schema)  # creation fail
    ---------------------------------------------------------------------------
    ArrowInvalid                              Traceback (most recent call last)
    ...
    ...
    
    ArrowInvalid: Could not convert 'cat' with type str: tried to convert to int8
    
    opened by linjiX 1
  • fix(dataframe): fix DataFrame creation fail when the array items is enum

    fix(dataframe): fix DataFrame creation fail when the array items is enum

    example:

    In [8]: schema  # the array items is enum
    Out[8]:
    record(
      fields={
        'a': array(
          items=enum(
            values=['cat', 'dog'],
          ),
        ),
      },
    )
    
    In [9]: data  # the first array is an empty list
    Out[9]:
    [{'a': []},
     {'a': ['cat', 'dog']},
     {'a': ['cat', 'dog']},
     {'a': ['cat', 'dog']}]
    
    In [10]: DataFrame(data, schema)  # creation fail
    ---------------------------------------------------------------------------
    ArrowInvalid                              Traceback (most recent call last)
    ...
    ...
    
    ArrowInvalid: Could not convert 'cat' with type str: tried to convert to int8
    
    opened by linjiX 1
Owner
Graviti
AI empowers everyone and anything
Graviti
The python SDK for Eto, the AI focused data platform for teams bringing AI models to production

Eto Labs Python SDK This is the python SDK for Eto, the AI focused data platform for teams bringing AI models to production. The python SDK makes it e

null 5 Apr 21, 2022
Python SDK for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilities.

LUSID® Python SDK This is the Python SDK for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilit

FINBOURNE 6 Dec 24, 2022
The official Magenta Voice Skill SDK used to develop skills for the Magenta Voice Assistant using Voice Platform!

Magenta Voice Skill SDK Development • Support • Contribute • Contributors • Licensing Magenta Voice Skill SDK for Python is a package that assists in

Telekom Open Source Software 18 Nov 19, 2022
Nasdaq Cloud Data Service (NCDS) provides a modern and efficient method of delivery for realtime exchange data and other financial information. This repository provides an SDK for developing applications to access the NCDS.

Nasdaq Cloud Data Service (NCDS) Nasdaq Cloud Data Service (NCDS) provides a modern and efficient method of delivery for realtime exchange data and ot

Nasdaq 8 Dec 1, 2022
A wrapper for aqquiring Choice Coin directly through a Python Terminal. Leverages the TinyMan Python-SDK.

CHOICE_TinyMan_Wrapper A wrapper that allows users to acquire Choice Coin directly through their Terminal using ALGO and various Algorand Standard Ass

Choice Coin 16 Sep 24, 2022
AWS SDK for Python

Boto3 - The AWS SDK for Python Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to wri

the boto project 7.8k Jan 8, 2023
Python SDK for Facebook's Graph API

Facebook Python SDK This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical

Mobolic 2.7k Jan 7, 2023
Box SDK for Python

Box Python SDK Installing Getting Started Authorization Server-to-Server Auth with JWT Traditional 3-legged OAuth2 Other Auth Options Usage Documentat

Box 371 Dec 29, 2022