python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Percentile rank over multiple partitions averages
Assume I have a table like this
id
cnt
tier
1
100
gold
2
200
silver
3
300
bronze
4
400
bronze
5
500
bronze
6
600
gold
7
700
silver
8
800
silver
9
900
silver
10
1000
silver
...
xiaolong
Votes: 0
Answers: 4
Split Python list field into two and leave them in place
How would you split a field in Python and then leave the two fields side by side in the list? Is there a command to use asides from .split()? Or would it make more sense to write a function that does ...
CPhillips
Votes: 0
Answers: 3
taking followers/unfollowers data from instagram and storing it into a csv after every day
I'm trying to get daily increases and decreases in followers and posts of a certain Instagram account (it is public), how do I get the data of followers and new posts on that page, and put the numbers...
gg0wwrr1
Votes: 0
Answers: 0
Output last X seconds of data every time a new event is consumed or every second from a streaming analytics job
I have an Azure Streaming Analytics job that has an event hub as an input and a function as an output. With the stream of data, what I'm looking to do is to output the last X seconds of data every X s...

Scala Peritus
Votes: 0
Answers: 0