Python Forum
How can I automate manual data validation using Python?
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I automate manual data validation using Python?
#1
Here is what I do manually as of now:
I take raw data from source DB tables and do manual calculations on it using excel if needed. These manual calculations are on same lines of business logic. Finally I show the resulting numbers from my manual or excel computation and match it with what application shows for the same time frame.

I have basic understanding of Python. What are the learning resources and libraries I will need? Any suggestions are greatly appreciated.
Reply
#2
you can search for packages here: https://pypi.python.org/pypi
chose those that have been updated recently, or that are downloaded on a regular basis.
For example, a search on excel returns: https://pypi.python.org/pypi?%3Aaction=s...mit=search
But it might be worth learning pandas. See here: http://pandas.pydata.org/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python read Excel cell data validation anantpatil 0 4,171 Jan-31-2020, 04:57 PM
Last Post: anantpatil

Forum Jump:

User Panel Messages

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