Python for Finance: Analyze Big Financial Data
elle
(Elle)
#1
Further Reading
For all libraries and solutions presented in this chapter, there are helpful web resources
available:
there is also a tutorial available in PDF format at
For detailed information about PyXLL, see https://www.pyxll.com.
Free trials and detailed documentation for DataNitro can be found at
You can find the documentation and everything else you need regarding xlwings at
[ 48 ]
Note that a simple mechanism to generate Excel spreadsheets from Python is to export data in the form of a
comma-separated value (CSV) file and to import this with Excel. This might sometimes be more efficient than the ways
presented in the following discussion.
[ 49 ]
Cf. Chapter 4 for a similar discussion in the context of NumPy ndarray objects and the benefits of vectorization. The
rule of thumb there as well as here is to avoid loops on the Python level.