rgwfuncs 0.0.62__py3-none-any.whl → 0.0.63__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 -5
- {rgwfuncs-0.0.62.dist-info → rgwfuncs-0.0.63.dist-info}/METADATA +1 -1
- {rgwfuncs-0.0.62.dist-info → rgwfuncs-0.0.63.dist-info}/RECORD +7 -7
- {rgwfuncs-0.0.62.dist-info → rgwfuncs-0.0.63.dist-info}/LICENSE +0 -0
- {rgwfuncs-0.0.62.dist-info → rgwfuncs-0.0.63.dist-info}/WHEEL +0 -0
- {rgwfuncs-0.0.62.dist-info → rgwfuncs-0.0.63.dist-info}/entry_points.txt +0 -0
- {rgwfuncs-0.0.62.dist-info → rgwfuncs-0.0.63.dist-info}/top_level.txt +0 -0
rgwfuncs/df_lib.py
CHANGED
@@ -1947,11 +1947,7 @@ def insert_dataframe_in_sqlite_database(
|
|
1947
1947
|
|
1948
1948
|
if not table_exists(cursor, tablename):
|
1949
1949
|
columns_with_types = ', '.join(
|
1950
|
-
f'"{col}" {
|
1951
|
-
map_dtype(dtype)}' for col,
|
1952
|
-
dtype in zip(
|
1953
|
-
df.columns,
|
1954
|
-
df.dtypes))
|
1950
|
+
f'"{col}" {map_dtype(dtype)}' for col, dtype in zip(df.columns, df.dtypes))
|
1955
1951
|
create_table_query = f'CREATE TABLE "{tablename}" ({columns_with_types})'
|
1956
1952
|
conn.execute(create_table_query)
|
1957
1953
|
|
@@ -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=eGEMVv-vRRtH-tGDpBK6M73QOLz5GIGcqUl8UuNyFw8,68158
|
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.63.dist-info/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
|
8
|
+
rgwfuncs-0.0.63.dist-info/METADATA,sha256=Cb9W5hAQLMD8nTRWNZ1GCOSesld1R1Bo4BIw0RHjlek,58951
|
9
|
+
rgwfuncs-0.0.63.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
10
|
+
rgwfuncs-0.0.63.dist-info/entry_points.txt,sha256=j-c5IOPIQ0252EaOV6j6STio56sbXl2C4ym_fQ0lXx0,43
|
11
|
+
rgwfuncs-0.0.63.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
|
12
|
+
rgwfuncs-0.0.63.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|