Questions tagged [data-scrubbing]

The process of detecting and correcting (or removing) corrupt or inaccurate records from a data set

Data cleansing, data cleaning or data scrubbing is the process of detecting and correcting (or removing) corrupt or inaccurate records from a record set, table, or database. Used mainly in databases, the term refers to identifying incomplete, incorrect, inaccurate, irrelevant parts of the data and then resolving the issue by either replacing, modifying or deleting the errant data

http://en.wikipedia.org/wiki/Data_cleansing

65 questions
-1
votes
8 answers

Removing characters from a PHP String

I'm accepting a string from a feed for display on the screen that may or may not include some rubbish I want to filter out. I don't want to filter normal symbols at all. The values I want to remove look like this: � It is only this that I want…
Evernoob
  • 5,551
  • 8
  • 37
  • 49
-2
votes
3 answers

Can anyone suggest data science project

I just completed data science topic i want to fo a mini project in data science can anyone suggest me a project . I searched a lot in google but i not found any projects can anyonr suggest a project
-2
votes
1 answer

Form submit with multiple redirection

I'm trying to fetch data from a website where once you submit the form it redirects to a loading page which is set to be automatically redirected to the final results page. The issue is that the crawler only gets the data of the loading page and…
Mehran
  • 175
  • 1
  • 10
-3
votes
1 answer

Convert Entire Dataframe to a column and insert into a table

Currently my data frame looks something like this A B C D 1 2 2 3 4 5 5 6 I want some thing like this Insert_date Bulk_load 09-09-2022 [[A, B,C,D], [1,2,2,3], [4,5,5,6]] 10-09-2022 [[Q,Z,R,F], (This is an example for…
razs
  • 1
  • 2
-3
votes
1 answer

SQL Server Iterating through a table and scrubbing sensitive data

I have a table that contains the names of tables and fields that need to be scrubbed. I need to loop through this table and scrub the field name in each table. I would also like any suggestions on a scrubbing algorithm. Thank you!
Joe
  • 1
  • 1
1 2 3 4
5