Skip to content

Commit 220bb90

Browse files
authored
Update README.md
1 parent aa7f793 commit 220bb90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Pandas-to-postgres
2+
## by the Growth Lab at Harvard's Center for International Development
3+
This package is part of Harvard Growth Lab’s portfolio of software packages, digital products and interactive data visualizations. To browse our entire portfolio, please visit growthlab.app. To learn more about our research, please visit [Harvard Growth Lab’s home page](https://growthlab.cid.harvard.edu/).
24

5+
# About
36
Pandas-to-postgres allows you to bulk load the contents of large dataframes into postgres as quickly as possible. The main differences from pandas' `to_sql` function are:
47

58
- Uses `COPY` combined with `to_csv` instead of `execute / executemany`, which runs much faster for large volumes of data

0 commit comments

Comments
 (0)