Medium multiply
A small demo library for a Medium publication about publishing libraries.
Installation
pip install synthetic_rx
Get started
How to multiply one number by another with this lib:
import pandas as pd
from rx.stats import reportgeneration
real_data = pd.read_csv("real data url")
synthetic_data = pd.read_csv('synthetic data url')
output="output.pdf"
report=reportgeneration(real_data,synthetic_data)
user_name = input("Enter User Name: ")
tool_used = input("Enter the Tool Used for Synthetic Data Generation: ")
### Create Report
report.create_pdf_report(output,user_name,tool_used)
Release files for synthetic-rx 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| synthetic_rx-0.1.5.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| synthetic_rx-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.9 kB
Release files / synthetic_rx-0.1.5.tar.gz
| Download URL | synthetic_rx-0.1.5.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
16a43b94fac8848c9211efc08de1528a2a39875a5545e5ef41bc3b9892071049
|
|
BLAKE2b-256 checksum How to use checksums |
e6ca446069c9b32a75b6b90f005b4bdaf025e1464b25715bde28842f1e2cb66e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|
Release files / synthetic_rx-0.1.5-py3-none-any.whl
| Download URL | synthetic_rx-0.1.5-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b2dc928d2ee3c6a00d6cc069b42714ce55f9d5d032e541bf629934f3f623af97
|
|
BLAKE2b-256 checksum How to use checksums |
bc7ef7bae91b5043ad21dee3eb0327effd41d85b981959566ab177feca285f8c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|