Synthetic Rx Generator Library
Project description
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)
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
synthetic_rx-0.1.5.tar.gz
(6.5 kB
view details)
Built Distribution
File details
Details for the file synthetic_rx-0.1.5.tar.gz
.
File metadata
- Download URL: synthetic_rx-0.1.5.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16a43b94fac8848c9211efc08de1528a2a39875a5545e5ef41bc3b9892071049 |
|
MD5 | 66893feff35760293e44b2e77a3cdb84 |
|
BLAKE2b-256 | e6ca446069c9b32a75b6b90f005b4bdaf025e1464b25715bde28842f1e2cb66e |
File details
Details for the file synthetic_rx-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: synthetic_rx-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2dc928d2ee3c6a00d6cc069b42714ce55f9d5d032e541bf629934f3f623af97 |
|
MD5 | d227c453636ba6882163b307e7c16b8b |
|
BLAKE2b-256 | bc7ef7bae91b5043ad21dee3eb0327effd41d85b981959566ab177feca285f8c |