Skip to content

Commit db7876b

Browse files
DOC: Add bcpandas to Ecosystem in docs (#34558)
1 parent b3f483f commit db7876b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/source/ecosystem.rst

+14
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,20 @@ provide a pandas-like and pandas-compatible toolkit for analytics on multi-
320320
dimensional arrays, rather than the tabular data for which pandas excels.
321321

322322

323+
.. _ecosystem.io:
324+
325+
IO
326+
--
327+
328+
`BCPandas <https://github.com/yehoshuadimarsky/bcpandas>`__
329+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
330+
331+
BCPandas provides high performance writes from pandas to Microsoft SQL Server,
332+
far exceeding the performance of the native ``df.to_sql`` method. Internally, it uses
333+
Microsoft's BCP utility, but the complexity is fully abstracted away from the end user.
334+
Rigorously tested, it is a complete replacement for ``df.to_sql``.
335+
336+
323337
.. _ecosystem.out-of-core:
324338

325339
Out-of-core

0 commit comments

Comments
 (0)