Python Forum

Full Version: need help with data analysing with python and sqlite
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
i have a problem creating a python program to analyzing a database that i created in sqlite from a csv file.
the database include 4 rows.
3 of them are good but the last one should not have multiple of same data but it does.

i need to write a program that fix this.

should i post any infos/document about my code and sql ?
You can post here or in the DataScience section, but BE SURE to use BB tags around your code. In other words, copy your code, click the blue and yellow icon above, then paste the code between the tags.
Informative!