Skip to content

Commit

Permalink
📝 Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgobeameli committed May 9, 2024
1 parent 9ccf60c commit 225ff66
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*Escribime el README.md*
# Missing Data and Pandas API Extension

This project aims to provide a solution for handling missing data in datasets using the pandas library. Additionally, it extends the pandas API to include new functionalities for data imputation and analysis.

## Installation

To use this project, you need to have Python and pandas installed. You can install the required dependencies by running the following command:

```python
pip install -r requirements.txt
```

0 comments on commit 225ff66

Please sign in to comment.