Python Forum
Suggestions for a simple data analysis program
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suggestions for a simple data analysis program
#1
Hi guys,
I'm starting a new project and would like to know what some of you more seasoned python coders might think of my plans.

I need to create a program with the purpose to cross-reference personal data from a spreadsheet, to check for any conflicts of interest between clients of 3 different law firms.

So it will read/parse-in data from various columns of a spreadsheet (name, age, address, date of incident, law firm).

I'm thinking that I will then parse this info into a dictionary for each client's personal info- then into 1 of 3 "superset" dictionaries for each law firm being looked at. I then need to somehow cross/compare the clients and check for any duplicate individuals that are a client at more than one of the law firms being looked at.

to determine "a match" I would first find any matches in last name, and then of those matches, look for any matches in birthday.
So if 2 entries have the same last name and birthday, they will be considered a match.

Questions-
1) does this type of thing sound like a good project for pandas? I've never used pandas before, but from what I've heard, this is exactly the type of thing pandas would be useful for. Any other modules that might be helpful in accomplishing this?

2) Does anybody foresee any issues in the procedure I'm planning to use to "store and sort" the data sets? I.E. the "dictionaries within larger dictionaries" idea? Would it be better to use lists, and have a list of dictionaries for each law firm? Do you think there's a better/easier way to do this?

Any input or comments at all would be appreciated, I just want to make sure I have a sound plan going into this project, and that there aren't any major issues with any of my ideas.

Thank you!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Logic suggestions for comparing 2 csv's cubangt 7 1,133 Nov-09-2023, 09:54 PM
Last Post: cubangt
  Create simple live plot of stock data dram 2 2,922 Jan-27-2023, 04:34 AM
Last Post: CucumberNox
  data file for .exe program to access ose 2 1,186 Nov-23-2022, 08:02 PM
Last Post: snippsat
  SMA (simple moving avg) Not receiving Data (stock prices). gdbengo 2 1,451 Jul-31-2022, 08:20 PM
Last Post: paulyan
  I have written a program that outputs data based on GPS signal kalle 1 1,172 Jul-22-2022, 12:10 AM
Last Post: mcmxl22
  simple html page with update data korenron 3 2,655 Nov-15-2021, 09:31 AM
Last Post: jamesaarr
Smile Help making number analysis program Dainer 2 1,766 Jun-24-2021, 09:55 PM
Last Post: jefsummers
  Plotting sum of data files using simple code Laplace12 3 3,047 Jun-16-2021, 02:06 PM
Last Post: BashBedlam
  logging in simple program Inkanus 1 1,717 Dec-18-2020, 02:36 PM
Last Post: snippsat
  Require Some Suggestions gouravlal 2 1,891 Jul-27-2020, 06:14 AM
Last Post: gouravlal

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020