rgwfuncs 0.0.58__py3-none-any.whl → 0.0.59__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- rgwfuncs/df_lib.py +1 -3
- {rgwfuncs-0.0.58.dist-info → rgwfuncs-0.0.59.dist-info}/METADATA +1 -1
- {rgwfuncs-0.0.58.dist-info → rgwfuncs-0.0.59.dist-info}/RECORD +7 -7
- {rgwfuncs-0.0.58.dist-info → rgwfuncs-0.0.59.dist-info}/LICENSE +0 -0
- {rgwfuncs-0.0.58.dist-info → rgwfuncs-0.0.59.dist-info}/WHEEL +0 -0
- {rgwfuncs-0.0.58.dist-info → rgwfuncs-0.0.59.dist-info}/entry_points.txt +0 -0
- {rgwfuncs-0.0.58.dist-info → rgwfuncs-0.0.59.dist-info}/top_level.txt +0 -0
rgwfuncs/df_lib.py
CHANGED
@@ -212,9 +212,7 @@ def update_rows(
|
|
212
212
|
|
213
213
|
invalid_cols = [col for col in updates if col not in df.columns]
|
214
214
|
if invalid_cols:
|
215
|
-
raise ValueError(
|
216
|
-
f"Columns {
|
217
|
-
', '.join(invalid_cols)} do not exist in the DataFrame.")
|
215
|
+
raise ValueError(f"Columns {', '.join(invalid_cols)} do not exist in the DataFrame.")
|
218
216
|
|
219
217
|
new_df = df.copy()
|
220
218
|
for col_name, new_value in updates.items():
|
@@ -1,12 +1,12 @@
|
|
1
1
|
rgwfuncs/__init__.py,sha256=-rcdj4_9zq82h0Tl00S9GvEqDYh7yhPCNhnhBs3mZCg,1676
|
2
2
|
rgwfuncs/algebra_lib.py,sha256=rKFITfpWfgdBswnbMUuS41XgndEt-jUVz2ObO_ik7eM,42234
|
3
|
-
rgwfuncs/df_lib.py,sha256=
|
3
|
+
rgwfuncs/df_lib.py,sha256=EJRGHlYIol5UshuGO6m8MoYNjZMmPSU7W-sh1SDclfw,68947
|
4
4
|
rgwfuncs/docs_lib.py,sha256=y3wSAOPO3qsA4HZ7xAtW8HimM8w-c8hjcEzMRLJ96ao,1960
|
5
5
|
rgwfuncs/interactive_shell_lib.py,sha256=A7EWsYxAfDev_N0-2GjRvAtp0bAwBPHIczXb8Gu9fzI,1107
|
6
6
|
rgwfuncs/str_lib.py,sha256=rtAdRlnSJIu3JhI-tA_A0wCiPK2m-zn5RoGpBxv_g-4,2228
|
7
|
-
rgwfuncs-0.0.
|
8
|
-
rgwfuncs-0.0.
|
9
|
-
rgwfuncs-0.0.
|
10
|
-
rgwfuncs-0.0.
|
11
|
-
rgwfuncs-0.0.
|
12
|
-
rgwfuncs-0.0.
|
7
|
+
rgwfuncs-0.0.59.dist-info/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
|
8
|
+
rgwfuncs-0.0.59.dist-info/METADATA,sha256=h6wuBkH2hs3T4wdMCa8ACuhP3xUrUKU3iSZ7Hfg0RoU,58951
|
9
|
+
rgwfuncs-0.0.59.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
10
|
+
rgwfuncs-0.0.59.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
|
11
|
+
rgwfuncs-0.0.59.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
|
12
|
+
rgwfuncs-0.0.59.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|