-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow package to be installable via pip #1
Comments
Please! |
Is this project still maintained?. Or is there any other alternative in python to make a rim weighting procedure? |
This is still maintained and this particular issue will be addressed asap, before the end of Oct hopefully. There is no other python implementation og Rim weighting that I am aware of. |
Hi @geirfreysson! Back to Anyway, I actually arrived here based on your medium post, thanks!, I finally after some struggle was able to use it :) |
Hi @pabloazurduy! If simple weighting is all your after we have a (paid for) option in the API for our product, Datasmoothie (which runs Quantipy on the backend). You can upload a dataset and weight it with a few calls to a RESTful resource (which means you can do it in javascript or whatever language you want). We're still fleshing out the documentation for it but this is where the weighting is done: https://www.datasmoothie.com/static/api2/index.html#operation/datasource_apply_weight_scheme As part of bringing Quantipy to python 3 rather than 2 we are also updating the libraries it is based on. If you have updated the setup.py file, it might be worth running the tests (explained here) and if they all pass, then you can create a pull request and I'll merge it. Then you'll contributed to making sure quantipy3 stays current! |
@pabloazurduy @jtamerius we’ve now set Quantipy up so that it can be installed via pip.
Note that it’s called quantipy3 in pip. We still have to test on as many platforms as we can, mainly because the SPSS reader can be temperemental. |
No description provided.
The text was updated successfully, but these errors were encountered: