Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c93292c

Browse filesBrowse files
committed
Edit docstring
1 parent a1e78a1 commit c93292c
Copy full SHA for c93292c

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎pandas_to_postgres/append_df.py

Copy file name to clipboardExpand all lines: pandas_to_postgres/append_df.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
class DataFrameCopyAppend(BaseCopy):
66
"""
7-
Class for handling a standard case of iterating over a pandas DataFrame in chunks
8-
and COPYing to PostgreSQL via StringIO CSV.
9-
107
Differs from main DataFrameCopy class with that it doesn't drop fks, pks and indexes, and appends df
118
to existing data in table. This will cause it to lose a lot of performance.
129
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.