Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

synthetic_rx-0.1.5-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page