No project description provided
Project description
Kube app library process flow documentation
Pre-requisites
Python installation documentation
Python installation for windows 8 and above. Documentation
pip installation for windows 8 and above. Documentation
Installation
Supported for all macOS/linux/windows.
There are some prerequisite which need to be considered before using this sdk and they have been covered in previous section.
Install kube-app sdk with pip.
Method:
pushData(source_data,table,overwrite)
Using pushData method data can be inserted into table schema already defined in kube database.
import kube_app as k
client = k.Client('API_KEY','SECRET_KEY','Entity_Name')
client.pushData(source_data,table,overwrite)
Request Parameters
Here is the list of parameters for pushing data into kube database:
| Parameter | Type | Description |
|---|---|---|
source_data |
pandas dataframe |
source_data is pandas dataframe which is generated by the user. |
table |
string |
table is string value which can be: sales,sales_order,calendar,ar,logs,target. |
overwrite |
boolean |
overwrite can be True or False. overwrite is True by default and when it is False then data is appended in current table. |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kube_app-0.12.tar.gz
(3.7 kB
view details)
File details
Details for the file kube_app-0.12.tar.gz.
File metadata
- Download URL: kube_app-0.12.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f1584ec3bb1a5d1755bf2a5895414386cfd4e63ada308a6bb3d44a05f4658f7
|
|
| MD5 |
980a6a203df4f52dc72af51f073f2454
|
|
| BLAKE2b-256 |
efbd54287d40fedd3cf1bc76967c1b7d2c51787060ecc504d7db5c1fb57e68a8
|