rgwfuncs 0.0.62__py3-none-any.whl → 0.0.64__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 CHANGED
@@ -1946,12 +1946,7 @@ def insert_dataframe_in_sqlite_database(
1946
1946
  cursor = conn.cursor()
1947
1947
 
1948
1948
  if not table_exists(cursor, tablename):
1949
- columns_with_types = ', '.join(
1950
- f'"{col}" {
1951
- map_dtype(dtype)}' for col,
1952
- dtype in zip(
1953
- df.columns,
1954
- df.dtypes))
1949
+ columns_with_types = ', '.join(f'"{col}" {map_dtype(dtype)}' for col, dtype in zip(df.columns, df.dtypes))
1955
1950
  create_table_query = f'CREATE TABLE "{tablename}" ({columns_with_types})'
1956
1951
  conn.execute(create_table_query)
1957
1952
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rgwfuncs
3
- Version: 0.0.62
3
+ Version: 0.0.64
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
@@ -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=Vu51bLhGJ2a8B_WnnbWWWseItg_7QjC3wz1Nu1cnLaA,68236
3
+ rgwfuncs/df_lib.py,sha256=XGRzCjc7GooLN2WC-JXEeaUxt-kiFPd0hgTnYd9AiEE,68141
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.62.dist-info/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
8
- rgwfuncs-0.0.62.dist-info/METADATA,sha256=0so_R3wQq4T5-FUXfurP9RxpRVxx-0Ce5SBHoBTTuls,58951
9
- rgwfuncs-0.0.62.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
10
- rgwfuncs-0.0.62.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
11
- rgwfuncs-0.0.62.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
12
- rgwfuncs-0.0.62.dist-info/RECORD,,
7
+ rgwfuncs-0.0.64.dist-info/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
8
+ rgwfuncs-0.0.64.dist-info/METADATA,sha256=bwkAFNjGFJJAsN4IS_gpasdLDXr9atSgTWE6J_iUl2o,58951
9
+ rgwfuncs-0.0.64.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
10
+ rgwfuncs-0.0.64.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
11
+ rgwfuncs-0.0.64.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
12
+ rgwfuncs-0.0.64.dist-info/RECORD,,