Skip to content

Commit

Permalink
Update CHANGELOG date.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray310 committed Jul 22, 2024
1 parent 2f58c90 commit c769d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Add functionality to perform some common data cleaning tasks.
- Add `geo.py` module and functionality to set 'close' lat-long coordinates to same value.

## 0.1.1 - Unreleased
## 0.1.1 - 2024-07-22
### Added
- SeriesProfile now reports gaps in pd.Series with type `datetime64` or for Series with `DatetimeIndex`. [gh-20](https://github.com/ray310/Panda-Helper/issues/20)
- `times.py` module has been added with public functions `time_diffs`, `time_diffs_index`, `id_gaps`, `id_gaps_index`, `category_gaps`. [gh-20](https://github.com/ray310/Panda-Helper/issues/20)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For our Panda-Helper tutorial, we are going to use a dataset that counts how man
- Metadata: [https://data.cityofnewyork.us/Transportation/Bicycle-Counters/smn3-rzf9/about_data](https://data.cityofnewyork.us/Transportation/Bicycle-Counters/smn3-rzf9/about_data)

### Loading Data
Download and save data locally.
```Python
import pandas as pd

Expand Down
1 change: 1 addition & 0 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For our Panda-Helper tutorial, we are going to use a dataset that counts how man
- Metadata: [https://data.cityofnewyork.us/Transportation/Bicycle-Counters/smn3-rzf9/about_data](https://data.cityofnewyork.us/Transportation/Bicycle-Counters/smn3-rzf9/about_data)

## Loading Data
Download and save data locally.
```Python
import pandas as pd

Expand Down

0 comments on commit c769d13

Please sign in to comment.