python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Votes: 0
Answers: 0
Function is only performed for the last iteration in a while loop
I have a program that analyzes fish behavior and categorizes it, giving each behavior a number between 1-80. Then, my code groups the frames in which their behaviors took place for at least 50 seconds...
Chris
Votes: 0
Answers: 1
Filter for multiple years Pandas
I have a df where I would like to filter for multiple years Pandas
Data
id type stat date
aa ss y 2022-01-01
bb tt y 2023-01-05
cc uu n 2023-01-05
aa hi y 2021-01-01
aa hi n...
Lynn
Votes: 0
Answers: 2
How to use python pandas to find a specific string in various rows
I am trying to do my taxes. I have over 2,000 rows of data in a CSV of orders. I am trying to just count and print the rows that contain "CA" so I know the ones I need to pay sales tax on. I...

Crunchy
Votes: 0
Answers: 2