StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

juanpa.arrivillaga

Rating
1667.67 (343rd)
Reputation
40,460 (2,748th)
Page: 1 ... 6 7 8 9 10 ... 34
Title Δ
Stripping single quotes from Python list +0.72
Python dataclass inheritance with mutable default arguments returns... 0.00
Converting a sequence of numbers (not in any data structure) into a... +0.59
What is the purpose of using {} [()] in the below for loop in python? +0.30
Which is better form of python code here and Why? +1.49
Type-Hinting Child class returning self 0.00
Most compact/Pythonic way to check if variable is a positive intege... +0.29
How was this array created in y = (iris.target == 0).astype(np.int)... 0.00
Which one is the better way to compare numbers in Python? And why? 0.00
Query about pandas copy() method 0.00
How to avoid infinite recursion in python class method 0.00
Assigning the lower value to its key in a dictionary 0.00
Usage of eval, exec, and ast.literal_eval 0.00
Add certain elements inside a list 0.00
Python Pandas: Apply function using column names as named arguments -0.11
How to get a scanned PDF to Excel via OCR? 0.00
Why Can't I Reverse All Iterators in Python 3? 0.00
Why are cells needed when dealing with closures in Python? 0.00
How to add items to __slots__ when the classes are created with use... 0.00
Define a property in python -2.00
How do you express a Python Callable with no arguments? 0.00
Python: Insert element(s) at beginning of generator +0.90
Is it safe to compare enum objects? 0.00
How to shuffle multiple iterables in same order? +0.72
How to unpack dict with one key-value pair to two variables more el... +2.16
Sorting consecutive pairs of items in a python list 0.00
Count the total of cases 0.00
creating class properties dynamically +0.29
How to dynamically inspect a format string with named placeholders... 0.00
Impact of Parentheses on Methods and 'Self' Variable -0.58
Creating views on an object by sharing its __dict__ attribute 0.00
Can I set self to something such that it gets ignored? 0.00
Python: globals().items() iterations try to change a dict -1.75
What's the most clean and pythonic way to load data from one of... 0.00
What's the best way to get the number of matching elements from... -0.03
Time complexity vs memory usage in pandas using large datasets -0.22
Using user input to call a function from a class +0.30
Faster way to flatten list in Pandas Dataframe 0.00
How do you use lambda and map instead of list comprehension do iter... -1.62
Access a variable by name defined in a parent function from a neste... +1.08
how to access object attribute that having name with space 0.00
How can I convert str to bytes +1.63
How do I override __type__ method in python object? 0.00
C-like Static Variable inside a Python class method +0.59
Can I choose the parent class of a class from a fixed set of parent... +0.33
input() and \n characters in python 0.00
How to pop entire item from array? +0.29
list only stops once the element of the list is the number 7 +1.45
Map an array into another array +1.46
Why isn't "is" comparison used in place of "==&q... 0.00