Closed
Description
in the docs, numpy is often imported with
from numpy import np
http://pandas.pydata.org/pandas-docs/dev/reshaping.html?highlight=curious
for an easier reuse, what about adopting
import pandas as pd
for the docs?
in the docs, numpy is often imported with
from numpy import np
http://pandas.pydata.org/pandas-docs/dev/reshaping.html?highlight=curious
for an easier reuse, what about adopting
import pandas as pd
for the docs?