File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,6 @@ def _extract_harmonized_beneficiary_data_via_openrefine(
244
244
data ['retirement_beneficiary_harmonized' ] = np .where (
245
245
data ['merged_beneficiary' ].notnull () & (~ data ['merged_beneficiary' ].str .contains (';%' )),
246
246
data ['merged_beneficiary' ],
247
- '' ,
247
+ np . nan ,
248
248
)
249
249
return data
Original file line number Diff line number Diff line change 1
1
country_converter == 1.0.0
2
- dask == 2024.6.1
3
- fastparquet == 2024.5.0
4
- fsspec == 2024.6.1
2
+ dask == 2025.2.0
3
+ fastparquet == 2024.11
4
+ fsspec == 2025.2.0
5
5
intake-parquet >= 0.3.0
6
6
intake < 2
7
7
pandas == 2.2.2
8
- pandera == 0.20
9
- pydantic == 2.5 .*
8
+ pandera == 0.23
9
+ pydantic == 2.10 .*
10
10
pyjanitor == 0.23.*
11
11
requests >= 2.31.0
12
- s3fs == 2024.6.1
12
+ s3fs == 2025.2.0
13
13
universal_pathlib >= 0.1.3
14
14
numpy >= 2
15
15
typer >= 0.15.2
You can’t perform that action at this time.
0 commit comments