Book Image

Python for Finance

By : Yuxing Yan
Book Image

Python for Finance

By: Yuxing Yan

Overview of this book

Table of Contents (20 chapters)
Python for Finance
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

More information about a specific function


After issuing dir(np), we find the std() function among many others. To find more information about this specific function, we use help(np.std). The following screenshot shows only a few lines of code for brevity: