Communicate Pandas DataFrame over ZeroMQ connection
Project description
pandas-zmq
Communicate Pandas DataFrame over ZeroMQ connection
API
send_dataframe(socket, dataframe, secret='', alg='sha256', flags=0)
recv_dataframe(socket, secret='', alg='sha256', flags=0)
Server
import pandas_zmq
# ...
pandas_zmq.send_dataframe(socket, df)
Client
import pandas_zmq
# ...
df = pandas_zmq.recv_dataframe(socket)
Security
WARNING: There are reported security issues with pickle, which is the backend serialization for this feature. A signature using a shared secret and a configurable hash algorithm has been added to mitigate this risk which will attempt to verify the data has not been altered. See pickle documentation.
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
pandas-zmq-0.0.3.tar.gz
(2.1 kB
view details)
File details
Details for the file pandas-zmq-0.0.3.tar.gz
.
File metadata
- Download URL: pandas-zmq-0.0.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.5.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4437007bf0c65bf3b3b13181e68ee5647562362599197a3435e30e1f3f2d550 |
|
MD5 | d2f2624c2347d30b65d6f243a754e1e8 |
|
BLAKE2b-256 | 7df8695a911ffa75b5ca5ee72bb20c8d4dfef926da28aec617b8c56c2e146a50 |