File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,20 @@ provide a pandas-like and pandas-compatible toolkit for analytics on multi-
320
320
dimensional arrays, rather than the tabular data for which pandas excels.
321
321
322
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
+
323
337
.. _ecosystem.out-of-core :
324
338
325
339
Out-of-core
You can’t perform that action at this time.
0 commit comments