Skip to content

Commit c769d13

Browse files
committed
Update CHANGELOG date.
1 parent 2f58c90 commit c769d13

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Add functionality to perform some common data cleaning tasks.
55
- Add `geo.py` module and functionality to set 'close' lat-long coordinates to same value.
66

7-
## 0.1.1 - Unreleased
7+
## 0.1.1 - 2024-07-22
88
### Added
99
- 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)
1010
- `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)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ For our Panda-Helper tutorial, we are going to use a dataset that counts how man
2626
- Metadata: [https://data.cityofnewyork.us/Transportation/Bicycle-Counters/smn3-rzf9/about_data](https://data.cityofnewyork.us/Transportation/Bicycle-Counters/smn3-rzf9/about_data)
2727

2828
### Loading Data
29+
Download and save data locally.
2930
```Python
3031
import pandas as pd
3132

docs/tutorial.md

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

1313
## Loading Data
14+
Download and save data locally.
1415
```Python
1516
import pandas as pd
1617

0 commit comments

Comments
 (0)