COMPANY NAME: CODTECH IT SOLUTIONS
NAME: ANANYA ANILKUMAR
INTERN ID: CT04DF522
DOMAIN: PYTHON PROGRAMMING
DURATION: 4 WEEKS
MENTOR: NEELA SANTHOSH
This project focuses on Automated PDF generation using Python. Here a dataset is loaded, analysed and has been generated into as PDF through python modules.The dataset I have used is-- "https://raw.githubusercontent.com/jbrownlee/Datasets/master/pima-indians-diabetes.data.csv" -- a csv file consisting of PIMA INDIAN DIABETES data. The PDF consists of General Infromation, Descriptive Statistics, Univariate and Bivariate Analysis, Data Visualization
The task was performed in Python IDLE and can also be performed in Jupyter Notebook, Spyder, VS Code with necessary modules available.The modules used for this project--pandas, matplotlib, seaborn, statsmodels(Data Visualization and Analysis) and reportlab(PDF generation)--.