Posts by Daiane Klein • 3 points
3 posts
-
0
votes0
answers32
viewsQ: Include the frequency table in the Dataframe (range of values)
Hello! I have a dataframe with several prices. I calculated the amount of ranges (Sturges) and would like to include in a column in which range that price fits. The expected exit would be something…
pandasasked Daiane Klein 3 -
-1
votes1
answer141
viewsQ: Sklearn - Difference between preprocessing.Scale() and preprocessing.Standardscaler()
Hello! I’m a beginner in Data Science and Machine Learning, I’m sorry if the doubt is kind of "beast". I understand the importance of standardization/normalization of Features and in my studies, I…
-
0
votes0
answers82
viewsQ: How to plot bar graph with matplotlib + Counter()
Hello! I’m trying to plot a bar graph from Data Science from Zero, but it’s very different from the book. Note: the book is in Python 2 and I am using Python 3 In the book, is: from collections…