Skip to content

Commit

Permalink
duration and improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadmata committed Dec 28, 2023
1 parent 60855a1 commit 1f417d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Shmessy
### If your data is messy - Use Shmessy!

[![PyPI version](https://badge.fury.io/py/shmessy.svg)](https://badge.fury.io/py/shmessy)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/shmessy)](https://pypi.org/project/shmessy/)
[![License](https://img.shields.io/:license-MIT-blue.svg)](https://opensource.org/license/mit/)
### If your data is messy - Use Shmessy!

Shmessy designed to deal with messy pandas dataframes.
We all knows the frustrating times when we as analysts or data-engineers should handle messy dataframe and analyze them by ourselves.
Expand Down Expand Up @@ -77,6 +76,7 @@ Output (inferred_schema dump):
```

### Identify and fix Pandas Dataframe
This piece of code will change the column types of the input Dataframe according to Messy infer.
```python
import pandas as pd
from shmessy import Shmessy
Expand Down

0 comments on commit 1f417d2

Please sign in to comment.