rgwfuncs 0.0.57__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.57.dist-info → rgwfuncs-0.0.59.dist-info}/LICENSE +1 -1
- {rgwfuncs-0.0.57.dist-info → rgwfuncs-0.0.59.dist-info}/METADATA +2 -4
- {rgwfuncs-0.0.57.dist-info → rgwfuncs-0.0.59.dist-info}/RECORD +7 -7
- {rgwfuncs-0.0.57.dist-info → rgwfuncs-0.0.59.dist-info}/WHEEL +0 -0
- {rgwfuncs-0.0.57.dist-info → rgwfuncs-0.0.59.dist-info}/entry_points.txt +0 -0
- {rgwfuncs-0.0.57.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,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: rgwfuncs
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.59
|
4
4
|
Summary: A functional programming paradigm for mathematical modelling and data science
|
5
5
|
Home-page: https://github.com/ryangerardwilson/rgwfunc
|
6
6
|
Author: Ryan Gerard Wilson
|
@@ -10,7 +10,7 @@ Project-URL: Issues, https://github.com/ryangerardwilson/rgwfuncs
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
12
12
|
Classifier: Operating System :: OS Independent
|
13
|
-
Requires-Python: >=3.
|
13
|
+
Requires-Python: >=3.10
|
14
14
|
Description-Content-Type: text/markdown
|
15
15
|
License-File: LICENSE
|
16
16
|
Requires-Dist: pandas
|
@@ -552,8 +552,6 @@ This function plots polynomial functions described by a list of expressions and
|
|
552
552
|
|
553
553
|
--------------------------------------------------------------------------------
|
554
554
|
|
555
|
-
media/plot_x_points_of_polynomial_functions_example_5.svg
|
556
|
-
|
557
555
|
### 12. `plot_x_points_of_polynomial_functions`
|
558
556
|
|
559
557
|
This function plots one or more expressions described by a list of dictionaries. For each item in the list, the function evaluates the given Python/NumPy expression at the specified x-values (converted to NumPy arrays if they are Python lists) and plots the resulting points on a single figure.
|
@@ -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
|