Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 552 Bytes

whatsnew.rst

File metadata and controls

38 lines (22 loc) · 552 Bytes
.. currentmodule:: pandas

.. ipython:: python
   :suppress:

   import numpy as np
   from pandas import *
   randn = np.random.randn
   np.set_printoptions(precision=4, suppress=True)

What's New

These are new features and improvements of note in each release.