Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 1.4 KB

whatsnew.rst

File metadata and controls

81 lines (45 loc) · 1.4 KB
.. currentmodule:: pandas

.. ipython:: python
   :suppress:

   import numpy as np
   from pandas import *
   import pandas as pd
   randn = np.random.randn
   np.set_printoptions(precision=4, suppress=True)
   options.display.max_rows = 15

What's New

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