Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barasedih11/dr.-semmelweis-and-the-discovery-of-handwashing

Applying Data Manipulation with pandas
https://github.com/barasedih11/dr.-semmelweis-and-the-discovery-of-handwashing

csv data-manipulation pandas python

Last synced: 3 months ago
JSON representation

Applying Data Manipulation with pandas

Awesome Lists containing this project

README

        

![Dr Semmelweis_and_the_Discovery_of_Handwashing](https://github.com/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing/assets/98843912/ede89ae4-c90f-471a-b4fe-dc5ac0a798df)

![GitHub repo size](https://img.shields.io/github/repo-size/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing) ![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing) [![Python Version](https://img.shields.io/badge/python-3.8-blue)](https://www.python.org/downloads/release/python-380/)
[![Pip Version](https://img.shields.io/badge/pip-21.0-orange)](https://pypi.org/project/pip/21.0/)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing/main)
[![Version](https://img.shields.io/badge/version-v1.0.0-blue)](https://github.com/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing/releases/tag/v1.0.0)
[![Contributors](https://img.shields.io/github/contributors/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing)](https://github.com/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing/graphs/contributors)
![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing)

This repository contains an implementation of Dr.-Semmelweis-and-the-Discovery-of-Handwashing applying data manipulation with pandas in python.

## Overview

In this repository, we demonstrate how to perform data manipulation with pandas. We utilize the pandas library. Additionally, we provide a simple example along with explanations to help you understand how to apply data manipulation to your own datasets.

## Requirements

To run the code in the Jupyter Notebook, you need to have Python installed on your system along with the following libraries:

- pandas

You can install these libraries using pip:

```bash
pip install pandas

```

## Usage

1. Clone this repository to your local machine:

```bash
git clone https://github.com/BaraSedih11/Dr.-Semmelweis-and-the-Discovery-of-Handwashing.git
```

2. Navigate to the repository directory:

```bash
cd Dr.-Semmelweis-and-the-Discovery-of-Handwashing
```

3. Open and run the Jupyter Notebook `notebook.ipynb` using Jupyter Notebook or JupyterLab.

4. Follow along with the code and comments in the notebook to understand how data manipulation in pandas is implemented using Python.

## Acknowledgements

- [pandas](https://pandas.pydata.org/): The pandas library for data manipulation and analysis in Python.