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)
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
web-scraping and pagination with python, csv, beautifulsoup and Pandas
This website https://aviation-safety.net/wikibase/ DB begins from year 1902 to 2022. The code presented here captures some years for misses some as well. The years before 1912 and the year after 202...
James
Votes: 0
Answers: 1
CSV - Split multiple-line cell into multiple cells
I’m currently doing some big data work. I have an issue in a .CSV where I need to split a multiple-line single-celled chunk of text, into individual cells. The below table shows the desired output. ...
CunnyFunt
Votes: 0
Answers: 2
Appending chunks of CSV to Database with Pandas
I'm trying to improve some code and stop it throwing a warning/error once it's finished (due to the use of next(iter).
I'm essentially creating a database engine, reading in a large CSV file in chunks...

user14380579
Votes: 0
Answers: 1