We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f483f commit db7876bCopy full SHA for db7876b
doc/source/ecosystem.rst
@@ -320,6 +320,20 @@ provide a pandas-like and pandas-compatible toolkit for analytics on multi-
320
dimensional arrays, rather than the tabular data for which pandas excels.
321
322
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
337
.. _ecosystem.out-of-core:
338
339
Out-of-core
0 commit comments