Three little tools #27
Replies: 2 comments
-
Thank you for sharing these snippets! They do seem like they can be quite useful. I'm a little scared of adding lots of new features to the package right now, because I don't have a proper test suite. (One of my commits broke the build recently, and I didn't pick up on it for almost a month. 😞) I think another prerequisite might be for the library to get better at handling different-length scales. For instance, I noticed your I do agree that the library could be more useful if it included some of these data cleaning features. If I end up finding the time to do that, I'll definitely try to include your tools. In the meantime, thank you for posting them here! Hopefully other users will be able to find them and make use of them in their own projects. |
Beta Was this translation helpful? Give feedback.
-
Good catch on the scale for reverser - I usually have 7-point scales to
deal with. I will update that and resend.
I like having these functions in my personal plot_likert.py file but I
understand that they aren't a fit. Maybe we could have a
plot_likert_tools.py that is called by plot_likert?
…On Thu, Jan 13, 2022 at 2:09 AM nmalkin ***@***.***> wrote:
Thank you for sharing these snippets! They do seem like they can be quite
useful.
I'm a little scared of adding lots of new features to the package right
now, because I don't have a proper test suite. (One of my commits broke the
build recently, and I didn't pick up on it for almost a month. 😞)
I think another prerequisite might be for the library to get better at
handling different-length scales. For instance, I noticed your reverser
subtracts values from 8.0, but — as an example — most of the scales in my
work have 5 points.
I do agree that the library could be more useful if it included some of
these data cleaning features. If I end up finding the time to do that, I'll
definitely try to include your tools. In the meantime, thank you for
posting them here! Hopefully other users will be able to find them and make
use of them in their own projects.
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG2KF27GI5I67HCODAQGHLUVZ3DLANCNFSM5LTXUDLQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Here are three tools I use to prepare data for plotting. I have them in my personal plot_likert.py file and I think they'd be good to add to the package.
Mike
Beta Was this translation helpful? Give feedback.
All reactions