0

So I have scraped the information that I want but I don't know how to store it. So, I can manipulate it and clean it. It's one long string either I would like to store it in a csv file or a database such as SQLite or MySQLenter image description here

I just don't know if a database is easier or a csv file to add to a database

1
  • 1
    Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.
    – Community Bot
    Commented Jul 9 at 22:47

1 Answer 1

-1

As you need to manipulate the data, it's better to save it into database, such as SQLite or Mysql etc.

If you want to store into text file, it's better to use jsonl.

Not the answer you're looking for? Browse other questions tagged or ask your own question.