has2k1 / plydata

A grammar for data manipulation in Python
https://plydata.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
276 stars 11 forks source link

Cannot import ply #17

Closed contang0 closed 4 years ago

contang0 commented 4 years ago

Hi,

I'm using the latest version of plydata yet I cannot import ply function:

from plydata import define, query, if_else, ply

image

Any advice?

has2k1 commented 4 years ago

Sorry you got mixed up, ply is in the development version and it will be in the next release. If you want to use it then install the development version with

pip install git+https://github.com/has2k1/plydata.git@master
contang0 commented 4 years ago

I see, thank you for the answer. what confused me is that the latest release docs already reference this function.