Diff of /README.md [000000] .. [75f8b6]

Switch to unified view

a b/README.md
1
# Clinical-Trials-Analysis
2
3
This repository contains my first assignment for the Exploratory Data Analysis (EDA) class at Atomcamp, guided by Ma'am Maimoona Khilji. The assignment focuses on analyzing clinical trials data, with an emphasis on data cleaning, processing, and exploratory analysis using Python and pandas.
4
5
## Assignment Context
6
- **Institution**: Atomcamp
7
- **Instructor**: Ma'am Maimoona Khilji
8
- **Course**: Exploratory Data Analysis (EDA)
9
- **Assignment**: Analyze clinical trials data to extract insights and trends, particularly for trials starting after January 1, 2020.
10
11
## Contents
12
- Data cleaning scripts to handle missing values and format inconsistencies.
13
- Exploratory analysis scripts to understand trial enrollments and outcomes.
14
- Visualizations to represent the data and insights effectively.
15
16
## Objectives
17
- To provide a comprehensive view of the clinical trials landscape in recent years.
18
- To identify trends and patterns that could inform future research directions.
19
- To contribute to the open-source community by sharing methodologies for analyzing clinical trials data.
20
21
## How to Use
22
- Clone the repository to your local machine.
23
- Ensure you have pandas installed in your Python environment.
24
- Run the scripts to generate insights on your own clinical trials dataset.
25
26
Feel free to fork, star, or contribute to this repository if you find it helpful for your research or work!