Posts by Victor Boscaro • 33 points
5 posts
-
0
votes1
answer137
viewsQ: Lambda function to return higher value from a list of dictionaries
Good evening. Could someone explain to me how the lambda function below works? I’m not understanding why it returns the highest value in the dictionary. Another thing I’d like to know, the 'x' is…
-
0
votes1
answer407
viewsQ: Joining two frames by axes
I’m a beginner in the study of programming and I have a question: I need to merge two dataframes into the date column. A data frame shows information about a bike rental company and other weather…
-
2
votes1
answer1399
viewsQ: Creating a bar graph to compare data
I’m taking the Science Data Course from Udacity. It’s my first contact with programming, so don’t judge the silly mistakes haha. I’m comparing two data frames with information from cars of the year…
-
0
votes0
answers407
viewsQ: Comparing two python data frames
Good afternoon gentlemen. I am new to python, and to programming. I am trying to compare two different data frames, each with the data of cars of a specific year. For now I’ve done the following:…
-
1
votes1
answer363
viewsQ: Create a python function that returns a number that is the amount of equal values of two columns
I am trying to create a function that returns me a number that is the amount of equal values in two columns. (I am new to programming) I tried the following (I don’t know how wrong it is): e = 0…
pythonasked Victor Boscaro 33