Skip to main content

reverse tools

Project description

使用说明

import sys  
sys.path.append('D:/Roche/code/roche_db')

from roche_db.data_processing import map2db


output_path = 'test_data/temp.xlsx' # output可以是一个新文件,可以是原来的DB

input_path = '../data/MD/22年9月-23年8月产品注册数据-众成数科-20230920.xlsx' # input是MD的数据
map2db(input_path, output_path, '常规审批')

# input_path = '../data/MD/创新2022.xlsx'
# map2db(input_path, output_path, '创新审批')

# input_path = '../data/MD/优先审批_20230919173353_1595699578026229761.xls'
# map2db(input_path, output_path, '优先审批')

# input_path = '../data/MD/创新审批_20230907_MD.xls'
# map2db(input_path, output_path, '创新审批')

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

reverse_life-0.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

reverse_life-0.0.1-py3-none-any.whl (5.6 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