Extract rows that fall within a time interval and satisfy a condition in Pyspark

后端 未结 0 1681
执笔经年
执笔经年 2020-12-14 22:43

I have a dataframe that looks like:

userID|timeStamp               |count
a     |2020-10-01T10:59:58.104Z| 9
a     |2020-10-01T11:05:22.047Z| 10
a     |2020-1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题