python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using a key to clean data in two corresponding columns
I have a large data frame (6 million rows, 20 columns) where data in one column corresponds to data in another column. I created a key that I now want to use to fix rows that have the wrong value. As ...
Nani Ve
Votes: 0
Answers: 2
In Python, run each row in a csv through tests and output a new csv showing which test each row failed
In python, I would like to run a csv through test cases checking for data anomalies while keep track of each test it fails.
This is my first big project in Python, though I have Python experience and ...
feelsgood
Votes: 0
Answers: 1
UnRAR DLL unable to be referenced in C#
I was trying to make a program to clean out some directories on my NAS and I noticed that a lot of folders contained nested rar and zip files and I have plenty of space to unpack them. The program sh...
Apolloin
Votes: 0
Answers: 1
i want to find the negative and positive of the same value in column and delete it
I have a data of transaction and there's refunds in it and i want to select it and delete it, you can say my data look like this :
product key mtligne_ttc partner_id date
1001 ...
kourdassi mohammed abderrezak
Votes: 0
Answers: 1