Wrappers for report-making with dataframes.
Project description
If you like using dataframes in Pandas and want to spit the results into an Excel or CSV and want to have the option to transfer the report to a remote SFTP server, then this package may be for you.
If you want to export non-dataframe results into an Excel or CSV and want to have the option to transfer the report to a remote SFTP server, then this package may be for you.
###Background
Yes! I know that Pandas has a lot of goodies built into it for doing the Excel and CSV thing, but this
I provide a number of daily reports to clients in the form of Excel and CSV files. Sometimes, these clients need the information transferred to an SFTP server.
As you may imagine, the first thing I did was create a framework for these reports so I wouldn’t have to repeat most of my work. Thus, CheeseFactory was born.
The idea here is that I would have Python wrappers for my most used packages:
PostgreSQL (psycopg2)
MSSQL (pyodbc)
Email (builtin)
Excel (xlsxwriter)
CSV (builtin)
And then I’d have a basic report class (cf_report.py) that brings everything together. I never use the basic report class directly–I create create a child classes for each particular data source.
This package was originally intended for me and the other data scientists I associate with. I was very surprised when I saw that, according to PePy (http://pepy.tech/count/cheesefactory), it had been downloaded over 2500 times within its first 90 days of being in the wild!
So, for the benefit of others, I’ve decided to pretty things up and describe how CheeseFactory may be able to help you.
If you have any questions or constructive suggestions, please contact me.
###What do I mean by “wrapper”?
I’ve taken the packages that I use the most and pre-configured them with the configurations that I use 99% of the time.
###What can CheeseFactory do?
Keywords: reports development Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python :: 3.6
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
File details
Details for the file cheesefactory-0.22.tar.gz
.
File metadata
- Download URL: cheesefactory-0.22.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb676d584566acdb3a22d133ce6473177f25d02b5916e01432ca32786110f688 |
|
MD5 | 37dd6cf37c1d62bbb063a06626ae7688 |
|
BLAKE2b-256 | 2521367465335089cd5be0dc82c8827bec8f9a86c4e15ba62e2a420f6a5881c1 |