please could you tell me on what basis it takes the thresholds for the ABC categories
@zakariaaitibba48722 жыл бұрын
Hi , very informative video , on the graphs itself what does the blue , green and purple like mean ( as well as the grey one running across diagonally from left to right ) Thanks
@madhurijaikumar43622 жыл бұрын
How can we use this script if we have groups? Like for example we want to look at the abc segments at a group level and then when we drill down, at a sub group level?
@stanTrX2 ай бұрын
Thanks and yes please 2:15
@nwabuezeprecious457 Жыл бұрын
Can you automate a ved analysis in python?
@chandraraman1563 жыл бұрын
How can I print a report that lists all A(353),B(154) and C(1066) class items by the item number.Please let me know.
@ChartExplorers3 жыл бұрын
Hi CHANDRA, After you have done the abc analysis and added the abc column to your df. You can save the df to a csv and then print from there or copy the necessary values to a word doc or however you want to format it. df.to_csv('abc_values.csv',index=False)
@chandraraman1563 жыл бұрын
How can I print a report that lists all A,B and C class items by the item number.Please let me know.
@ChartExplorers3 жыл бұрын
See your other comment I replied there.
@smarterfuture82363 жыл бұрын
how did you do the cleaning please explain
@mreltyranos2 жыл бұрын
Wow thank you so much for these great package! I can't find how to modifiy the title of the plot; the labels... is it possible?
@benamgharanisse88463 жыл бұрын
please i cant find a abc_analyse package on python , should i download it , or it should be insetaled with python
@ChartExplorers3 жыл бұрын
Hi Benamghar. this packages is a little funny. We import it as abc_analysis, but we install it with pip install abc-analysis (notice the dash instead of the underscore). Let me know if that works.
@ChartExplorers3 жыл бұрын
did that work for you?
@tranthithanhngan44673 жыл бұрын
when I type pip install abc-analysis to PowerShell, it shows: "The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again". I tried pip3 also but it doesn't help. How can I install abc-analysis properly?
@ChartExplorers3 жыл бұрын
Hey, I think you will have to install pip. Sometimes it gets uninstalled (I dont know why). I’m just going to bed now let me know if you get it figured out. If not I can send you more detailed instructions.
@tranthithanhngan44673 жыл бұрын
Thank you for your reply. Later, I tried to install directly on Jupyter. The code is: !pip install abc-analysis from abc_analysis import abc-analysis And it's successfully installed
@ChartExplorers3 жыл бұрын
Nice! Thanks for the update and solution 😀
@jjnbdal2 жыл бұрын
Thank you so much.
@topfundus10933 жыл бұрын
Sehr gut! Vielen Dank und viele Grüße aus D.
@ChartExplorers3 жыл бұрын
Vielen Dank!
@АнтонТеплов-д3ч3 жыл бұрын
what if i have 3 categories a, b, c and 0? what it means?
@ChartExplorers3 жыл бұрын
One possible reason is if you have strings or negative values in your data it will convert those to 0.