Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@jhorowitz-coursera jhorowitz-coursera released this 27 Aug 08:51

IMPORTANT NOTE: The pandas-ply package is now called pandas_ply rather than just ply. You should write:

from pandas_ply import A, B, C

rather than the older

from ply import A, B, C

Sorry for the trouble, but the other ply beat us to the name by 13 years.